Adapt config for sonarr (create new volume)
This commit is contained in:
		
							parent
							
								
									872d50b51a
								
							
						
					
					
						commit
						283139ea30
					
				|  | @ -11,6 +11,10 @@ volumes: | ||||||
|         driver: local-persist |         driver: local-persist | ||||||
|         driver_opts: |         driver_opts: | ||||||
|             mountpoint: /data/config |             mountpoint: /data/config | ||||||
|  |     configsonarr:  | ||||||
|  |         driver: local-persist | ||||||
|  |         driver_opts: | ||||||
|  |             mountpoint: /data/config/sonarr | ||||||
|     torrents: |     torrents: | ||||||
|         driver: local-persist |         driver: local-persist | ||||||
|         driver_opts: |         driver_opts: | ||||||
|  | @ -127,7 +131,7 @@ services: | ||||||
|         networks: |         networks: | ||||||
|             - web |             - web | ||||||
|         volumes: |         volumes: | ||||||
|             - config:/config |             - configsonarr:/config | ||||||
|             - torrents:/torrents |             - torrents:/torrents | ||||||
|             - tvshows:/tv |             - tvshows:/tv | ||||||
|             - downloads:/downloads |             - downloads:/downloads | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue