10 lines
244 B
YAML
10 lines
244 B
YAML
version: '3'
|
|
|
|
services:
|
|
dev:
|
|
image: thethomaas/11ty-workflow-example
|
|
# image: gitea.local.thethomaas.net/thethomaas/11ty-workflow-example
|
|
ports:
|
|
- '8086:80'
|
|
volumes:
|
|
- /mnt/appdata/dev/dist:/usr/share/nginx/html:ro |