fix: use correct docker socket path

This commit is contained in:
Stavros
2026-07-16 19:03:39 +03:00
parent b327dd1365
commit 86c6c71b4e
3 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
services:
traefik:
image: traefik:v3.6.23
image: traefik:v3.7.8
pull_policy: missing
command: |
--api.insecure=true
@@ -10,7 +10,7 @@ services:
ports:
- 80:80
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${DOCKER_SOCKET_PATH:-/var/run/docker.sock}:/var/run/docker.sock
whoami:
image: traefik/whoami:v1.11.0
+2
View File
@@ -43,5 +43,7 @@ export default defineConfig({
signal: 'SIGINT',
timeout: 1000,
},
stderr: 'pipe',
stdout: 'pipe',
},
});