Merge branch 'main' of ssh://forgejo.stackbabber.nl:42223/StackBabber/docker-infra
This commit is contained in:
commit
ca3c0888b4
1 changed files with 1 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
traefik:
|
||||
image: traefik:v3.0
|
||||
image: traefik:v3.6.2
|
||||
container_name: traefik
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
|
|
@ -13,8 +13,6 @@ services:
|
|||
- "8080:8080"
|
||||
environment:
|
||||
- CF_DNS_API_TOKEN=${CF_DNS_API_TOKEN}
|
||||
# Dit lost de "client version too old" fout op:
|
||||
- DOCKER_API_VERSION=1.45
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
|
|
|||
Loading…
Reference in a new issue