chore: Upgrade Traefik to 2.4.8
This commit is contained in:
parent
5e6b3afcd9
commit
e9ba194f7c
|
@ -11,7 +11,7 @@ networks:
|
|||
services:
|
||||
traefik:
|
||||
container_name: ${TRAEFIK_CONTAINER_NAME:-traefik}
|
||||
image: ${TRAEFIK_IMAGE:-traefik:v2.4.7}
|
||||
image: ${TRAEFIK_IMAGE:-traefik:v2.4.8}
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
|
Loading…
Reference in New Issue