Pin Docker image versions and fix config drift

- Pin all :latest tags to specific versions for reproducibility:
  jellyfin→10.11.6, gitea→1.24, portainer→2.39.0, qbittorrent→5.1.4
- Fix nextcloud config drift: repo had :29, live was running :32
- Fix qbittorrent: remove user: directive (breaks s6-overlay init)
- Fix portainer: remove healthcheck (distroless image has no shell)
This commit is contained in:
2026-02-28 00:28:17 +01:00
parent 059daa77aa
commit ea1c71f0f0
5 changed files with 7 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ services:
- nextcloud
nextcloud-app:
image: nextcloud:29
image: nextcloud:32
restart: unless-stopped
container_name: nextcloud-app
ports: