diff --git a/services/torrents/docker-compose.yml b/services/torrents/docker-compose.yml index c8e8455..d670ce3 100644 --- a/services/torrents/docker-compose.yml +++ b/services/torrents/docker-compose.yml @@ -4,7 +4,7 @@ services: 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) hostname: qbittorrent${TORRENT_SUFFIX:--main} - image: hotio/qbittorrent:release-4.5.2 + image: hotio/qbittorrent:release-4.5.4 environment: PUID: ${NASCOMPOSE_UID?} PGID: ${NASCOMPOSE_GID?}