fix: remove custom socket stuff

This commit is contained in:
Stavros
2026-07-16 19:20:33 +03:00
parent bf83708067
commit 21389021bf
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ services:
ports:
- 80:80
volumes:
- ${DOCKER_SOCKET_PATH:-/var/run/docker.sock}:/var/run/docker.sock
- /var/run/docker.sock:/var/run/docker.sock
whoami:
image: traefik/whoami:v1.11.0