public-fileindex-docker/docker-compose.yml
2021-06-13 08:32:23 -04:00

10 lines
179 B
YAML

version: "3"
services:
web:
image: nginx:alpine
ports:
- 5555:80
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- /home/simon/Downloads:/files:ro