Compare commits
2 Commits
0220de3650
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
d7197ddd5b
|
|||
|
0c9d78b676
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.env
|
||||
@@ -7,7 +7,7 @@ networks:
|
||||
|
||||
services:
|
||||
traefik:
|
||||
image: "${IMAGE:-traefik}:${VERSION:?}"
|
||||
image: "${IMAGE:-docker.io/traefik}:${VERSION:?}"
|
||||
container_name: "${NAME:-traefik}"
|
||||
command:
|
||||
- --providers.docker=true
|
||||
@@ -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"
|
||||
|
||||
@@ -7,7 +7,7 @@ networks:
|
||||
|
||||
services:
|
||||
traefik:
|
||||
image: "${IMAGE:-traefik}:${VERSION:?}"
|
||||
image: "${IMAGE:-docker.io/traefik}:${VERSION:?}"
|
||||
container_name: "${NAME:-traefik}"
|
||||
command:
|
||||
- --providers.docker=true
|
||||
@@ -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