11ty-workflow-example/docker-compose.yml
2023-05-24 20:12:43 +02:00

9 lines
146 B
YAML

version: '3'
services:
web:
image: your-docker-image-name
ports:
- '8086:80'
volumes:
- ./dist:/usr/share/nginx/html:ro