fix: rabbit fixes

This commit is contained in:
Stavros
2026-07-16 17:18:31 +03:00
parent 226df14ad0
commit 423ad7b7a0
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: traefik:v3.6
image: traefik:v3.7.8
command: |
--api.insecure=true
--providers.docker
@@ -11,7 +11,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
whoami:
image: traefik/whoami:latest
image: traefik/whoami:v1.11.0
labels:
traefik.enable: true
traefik.http.routers.whoami.rule: Host(`whoami.127.0.0.1.sslip.io`)