fix(qbittorrent): use named volumes
This commit is contained in:
parent
b6186a785c
commit
4b72839651
3 changed files with 7 additions and 4 deletions
3
quadlets/qbittorrent/config.volume
Normal file
3
quadlets/qbittorrent/config.volume
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=qbittorrent-config
|
||||||
|
|
2
quadlets/qbittorrent/downloads.volume
Normal file
2
quadlets/qbittorrent/downloads.volume
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=qbittorrent-downloads
|
|
@ -16,10 +16,8 @@ ContainerName=qbittorrent
|
||||||
HostName=qbittorrent
|
HostName=qbittorrent
|
||||||
AutoUpdate=registry
|
AutoUpdate=registry
|
||||||
|
|
||||||
Network=
|
Volume=qbittorrent-config:/config
|
||||||
|
Volume=qbittorrent-downloads:/downloads
|
||||||
Volume=/volumes/books/qbittorrent/config:/config
|
|
||||||
Volume=/volumes/books/qbittorrent/downloads:/downloads
|
|
||||||
|
|
||||||
Environment=QBT_LEGAL_NOTICE=confirm
|
Environment=QBT_LEGAL_NOTICE=confirm
|
||||||
Environment=QBT_VERSION=$qbt_version
|
Environment=QBT_VERSION=$qbt_version
|
||||||
|
|
Loading…
Add table
Reference in a new issue