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:
|
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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user