mirror of
https://github.com/Adam-Ant/media-server-in-a-box
synced 2024-12-20 14:44:34 +00:00
Fix nginx file names bug
This commit is contained in:
parent
593cc41489
commit
40c2538b1b
@ -79,7 +79,7 @@ services:
|
|||||||
web:
|
web:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
volumes:
|
volumes:
|
||||||
- $VOLDIR/launcher/nginx.cfg:/etc/nginx/conf.d/media.cfg
|
- $VOLDIR/launcher/nginx.cfg:/etc/nginx/conf.d/media.conf
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
|
Loading…
Reference in New Issue
Block a user