chore(deps): update traefik docker tag to v3.1

This commit is contained in:
renovate[bot]
2024-07-04 05:26:09 +00:00
committed by GitHub
parent 6b28aa182d
commit 58b157cadf
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ services:
org.prind.service: init org.prind.service: init
traefik: traefik:
image: traefik:3.0 image: traefik:3.1
command: command:
- "--accesslog" - "--accesslog"
- "--providers.docker=true" - "--providers.docker=true"

View File

@@ -206,7 +206,7 @@ services:
## Loadbalancer/Proxy ## Loadbalancer/Proxy
traefik: traefik:
image: traefik:3.0 image: traefik:3.1
command: command:
- "--accesslog" - "--accesslog"
- "--providers.docker=true" - "--providers.docker=true"