oldrabbittown/docker-compose.yaml
2025-07-10 21:29:28 +02:00

8 lines
No EOL
180 B
YAML

services:
nginx:
image: nginx
ports:
- 8000:8000
volumes:
- ./src:/usr/share/nginx/html
- ./config:/etc/nginx/conf.d