mirror of
https://github.com/Adam-Ant/media-server-in-a-box
synced 2024-11-12 15:36:22 +00:00
Fix nginx file names bug
This commit is contained in:
parent
593cc41489
commit
40c2538b1b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user