Add object storage volume for slow TV shows in Plex config
This commit is contained in:
@@ -14,9 +14,10 @@ services:
|
||||
volumes:
|
||||
- {{ plex_data_dir }}/config:/config
|
||||
- {{ plex_data_dir }}/transcode:/transcode
|
||||
- {{ '/mnt/data/movies' }}:/movies
|
||||
- {{ '/mnt/data/tvshows' }}:/tvshows
|
||||
- {{ '/mnt/data/music' }}:/music
|
||||
- /mnt/data/movies:/movies
|
||||
- /mnt/data/tvshows:/tvshows
|
||||
- /mnt/object_storage/tvshows:/tvshows_slow
|
||||
- /mnt/data/music:/music
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user