Some checks failed
Deploy to Docker Container / deploy (push) Failing after 8s
9 lines
198 B
YAML
9 lines
198 B
YAML
version: '3'
|
|
|
|
services:
|
|
dev:
|
|
image: gitea.local.thethomaas.net/TheThomaas/11ty-workflow-example
|
|
ports:
|
|
- '8086:80'
|
|
volumes:
|
|
- /mnt/appdata/dev/dist:/usr/share/nginx/html:ro |