Adapt config for sonarr (create new volume)

This commit is contained in:
Jean Froment 2018-06-19 19:54:12 +02:00
parent 872d50b51a
commit 283139ea30
1 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,10 @@ volumes:
driver: local-persist
driver_opts:
mountpoint: /data/config
configsonarr:
driver: local-persist
driver_opts:
mountpoint: /data/config/sonarr
torrents:
driver: local-persist
driver_opts:
@ -127,7 +131,7 @@ services:
networks:
- web
volumes:
- config:/config
- configsonarr:/config
- torrents:/torrents
- tvshows:/tv
- downloads:/downloads