1
0
mirror of https://github.com/Adam-Ant/media-server-in-a-box synced 2024-07-06 05:36:15 +00:00

Fix nginx file names bug

This commit is contained in:
Adam Dodman 2016-09-13 23:56:44 +01:00
parent 593cc41489
commit 40c2538b1b

View File

@ -79,7 +79,7 @@ services:
web:
image: nginx:alpine
volumes:
- $VOLDIR/launcher/nginx.cfg:/etc/nginx/conf.d/media.cfg
- $VOLDIR/launcher/nginx.cfg:/etc/nginx/conf.d/media.conf
restart: always
ports:
- "80:80"