mirror of
https://github.com/simon987/public-fileindex-docker.git
synced 2025-04-04 08:53:00 +00:00
11 lines
199 B
YAML
11 lines
199 B
YAML
version: "3"
|
|
services:
|
|
web:
|
|
image: nginx:alpine
|
|
restart: always
|
|
ports:
|
|
- 5555:80
|
|
volumes:
|
|
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
|
- /home/simon/Downloads:/files:ro
|