fix(qbittorrent): use named volumes

This commit is contained in:
redbeardymcgee 2024-12-05 19:05:02 -06:00
parent b6186a785c
commit 4b72839651
3 changed files with 7 additions and 4 deletions

View file

@ -0,0 +1,3 @@
[Volume]
VolumeName=qbittorrent-config

View file

@ -0,0 +1,2 @@
[Volume]
VolumeName=qbittorrent-downloads

View file

@ -16,10 +16,8 @@ ContainerName=qbittorrent
HostName=qbittorrent
AutoUpdate=registry
Network=
Volume=/volumes/books/qbittorrent/config:/config
Volume=/volumes/books/qbittorrent/downloads:/downloads
Volume=qbittorrent-config:/config
Volume=qbittorrent-downloads:/downloads
Environment=QBT_LEGAL_NOTICE=confirm
Environment=QBT_VERSION=$qbt_version