Support Podman via configurable socket path
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.env
|
||||
@@ -35,5 +35,5 @@ services:
|
||||
networks:
|
||||
- traefik
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ${SOCKET:-/var/run/docker.sock}:/var/run/docker.sock
|
||||
- "traefik:/etc/traefik"
|
||||
|
||||
@@ -30,5 +30,5 @@ services:
|
||||
networks:
|
||||
- traefik
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ${SOCKET:-/var/run/docker.sock}:/var/run/docker.sock
|
||||
- "traefik:/etc/traefik"
|
||||
|
||||
Reference in New Issue
Block a user