Support Podman via configurable socket path

This commit is contained in:
2025-11-15 10:47:12 -05:00
parent 0220de3650
commit 0c9d78b676
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.env

View File

@@ -35,5 +35,5 @@ services:
networks: networks:
- traefik - traefik
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - ${SOCKET:-/var/run/docker.sock}:/var/run/docker.sock
- "traefik:/etc/traefik" - "traefik:/etc/traefik"

View File

@@ -30,5 +30,5 @@ services:
networks: networks:
- traefik - traefik
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - ${SOCKET:-/var/run/docker.sock}:/var/run/docker.sock
- "traefik:/etc/traefik" - "traefik:/etc/traefik"