Prepare release v3.0.0-beta1

This commit is contained in:
Romain
2022-12-05 16:58:04 +01:00
committed by GitHub
parent 46a61ce9c8
commit 519ed8bde5
44 changed files with 342 additions and 296 deletions

View File

@@ -3,7 +3,7 @@ version: "3.3"
services:
traefik:
image: "traefik:v2.9"
image: "traefik:v3.0"
container_name: "traefik"
command:
#- "--log.level=DEBUG"

View File

@@ -32,7 +32,7 @@ This will also be used as a starting point for the other docker-compose guides.
services:
traefik:
image: "traefik:v2.9"
image: "traefik:v3.0"
...
networks:
- traefiknet