mirror of
https://github.com/Adam-Ant/media-server-in-a-box
synced 2024-11-14 08:26:21 +00:00
Fix plex volume mapping
This commit is contained in:
parent
203a58ea03
commit
b19f17931b
@ -45,7 +45,7 @@ services:
|
||||
- sickrage
|
||||
- couchpotato
|
||||
volumes:
|
||||
- $VOLDIR/plex:/config/Plex\ Media\ Server
|
||||
- $VOLDIR/plex:/config/Plex Media Server
|
||||
volumes_from:
|
||||
- container:media
|
||||
restart: always
|
||||
@ -63,8 +63,6 @@ services:
|
||||
image: adamant/plexpy
|
||||
depends_on:
|
||||
- plex
|
||||
volumes_from:
|
||||
- data
|
||||
volumes:
|
||||
- $VOLDIR/plexpy:/config
|
||||
restart: always
|
||||
|
Loading…
Reference in New Issue
Block a user