Update traefik Docker tag to v3.2
This commit is contained in:
parent
461d812316
commit
b6bb81bd41
@ -4,7 +4,7 @@ services:
|
||||
traefik:
|
||||
container_name: traefik
|
||||
# The official v2 Traefik docker image
|
||||
image: traefik:v3.1
|
||||
image: traefik:v3.2
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- crowdsec
|
||||
|
||||
@ -3,7 +3,7 @@ services:
|
||||
traefik:
|
||||
container_name: traefik
|
||||
# The official v2 Traefik docker image
|
||||
image: traefik:v2.11
|
||||
image: traefik:v3.2
|
||||
# Enables the web UI and tells Traefik to listen to docker
|
||||
command:
|
||||
- --api.insecure=true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user