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

Fixes to make the thing work.

This commit is contained in:
Adam Dodman 2017-03-01 20:23:35 +00:00
parent 69b693aaaa
commit 9d01b7d82c
3 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,6 @@ services:
depends_on:
- sickrage
- couchpotato
- headphones
volumes_from:
- data
- container:media

View File

@ -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

View File

@ -46,7 +46,7 @@ server {
}
location /nzbget {
proxy_pass http://nzbget:6791;
proxy_pass http://nzbget:6789;
}
location /plexpy {