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:
@@ -31,7 +31,7 @@ services:
|
||||
- nextcloud
|
||||
|
||||
nextcloud-app:
|
||||
image: nextcloud:29
|
||||
image: nextcloud:32
|
||||
restart: unless-stopped
|
||||
container_name: nextcloud-app
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user