oldrabbittown/docker-compose.yaml
2025-07-10 21:31:37 +02:00

12 lines
No EOL
240 B
YAML

networks:
pangolin:
external: true
name: pangolin
services:
nginx:
image: nginx
ports:
- 8000:8000
volumes:
- ./src:/usr/share/nginx/html
- ./config:/etc/nginx/conf.d