mirror of
https://github.com/Adam-Ant/media-server-in-a-box
synced 2025-04-13 03:32:27 +00:00
Fixes to make the thing work.
This commit is contained in:
parent
69b693aaaa
commit
9d01b7d82c
@ -60,7 +60,6 @@ services:
|
||||
depends_on:
|
||||
- sickrage
|
||||
- couchpotato
|
||||
- headphones
|
||||
volumes_from:
|
||||
- data
|
||||
- container:media
|
||||
|
@ -49,7 +49,6 @@ services:
|
||||
depends_on:
|
||||
- sickrage
|
||||
- couchpotato
|
||||
- headphones
|
||||
volumes_from:
|
||||
- data
|
||||
- container:media
|
||||
@ -79,3 +78,5 @@ services:
|
||||
restart: always
|
||||
ports:
|
||||
- "80:80"
|
||||
depends_on:
|
||||
- plexpy
|
||||
|
@ -46,7 +46,7 @@ server {
|
||||
}
|
||||
|
||||
location /nzbget {
|
||||
proxy_pass http://nzbget:6791;
|
||||
proxy_pass http://nzbget:6789;
|
||||
}
|
||||
|
||||
location /plexpy {
|
||||
|
Loading…
x
Reference in New Issue
Block a user