pin qbittorrent version

This commit is contained in:
Colin Hebert
2023-05-30 09:05:45 +10:00
parent e1db44ed02
commit 07ffaf6412

View File

@@ -4,7 +4,7 @@ services:
qbittorrent: qbittorrent:
# Set hostname to "SERVICE-main" if not suffix is provided. This avoids collisions with other instances using the service name as hostname (default on compose) # Set hostname to "SERVICE-main" if not suffix is provided. This avoids collisions with other instances using the service name as hostname (default on compose)
hostname: qbittorrent${TORRENT_SUFFIX:--main} hostname: qbittorrent${TORRENT_SUFFIX:--main}
image: hotio/qbittorrent image: hotio/qbittorrent:release-4.5.2
environment: environment:
PUID: ${NASCOMPOSE_UID?} PUID: ${NASCOMPOSE_UID?}
PGID: ${NASCOMPOSE_GID?} PGID: ${NASCOMPOSE_GID?}