mirror of
https://github.com/Adam-Ant/media-server-in-a-box
synced 2025-06-13 11:31:13 +00:00
Fix nginx file names bug
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user