hugo-site/docker-compose.yml

11 lines
194 B
YAML

version: '3.9'
services:
hugo2:
image: nginx:alpine
container_name: hugo-site2
volumes:
- ./nginx:/etc/nginx/conf.d
- ./public:/var/www/html
ports:
- 6666:80