hugo-site/docker-compose.yml
greg 10e8ad3be8
All checks were successful
continuous-integration/drone Build is passing
repush clean
2024-04-01 20:27:33 +02:00

13 lines
200 B
YAML

version: '3.9'
services:
hugo:
image: nginx:alpine
container_name: hugo-site
volumes:
- ./nginx-proxy:/etc/nginx/conf.d
- ./public:/var/www/html
ports:
- 6060:80