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

Fix plex volume mapping

This commit is contained in:
Adam Dodman 2017-04-09 15:39:30 +01:00
parent 203a58ea03
commit b19f17931b

View File

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