Pin dependencies #4

Merged
kovagoadi merged 1 commits from renovate/pin-dependencies into main 2025-11-13 20:49:49 +01:00
Showing only changes of commit 7ad4a5336a - Show all commits

View File

@@ -1,6 +1,6 @@
services: services:
traefik: traefik:
image: "traefik:v3.4" image: "traefik:v3.4@sha256:06ddf61ee653caf4f4211a604e657f084f4727f762c16f826c97aafbefcb279e"
# container_name: "traefik" # container_name: "traefik"
restart: unless-stopped restart: unless-stopped
security_opt: security_opt:
@@ -20,7 +20,7 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock:ro" - "/var/run/docker.sock:/var/run/docker.sock:ro"
whoami: whoami:
image: "traefik/whoami" image: "traefik/whoami@sha256:200689790a0a0ea48ca45992e0450bc26ccab5307375b41c84dfc4f2475937ab"
restart: unless-stopped restart: unless-stopped
networks: networks:
- proxy - proxy