Prepare release v3.6.0-rc1
This commit is contained in:
parent
5033aaafde
commit
d5a8ff919a
54 changed files with 422 additions and 382 deletions
|
|
@ -36,7 +36,7 @@ This configuration:
|
|||
# docker-compose.yml
|
||||
services:
|
||||
traefik:
|
||||
image: traefik:v3.5
|
||||
image: traefik:v3.6
|
||||
command:
|
||||
- "--api.insecure=true"
|
||||
- "--providers.docker=true"
|
||||
|
|
@ -84,7 +84,7 @@ docker run -d \
|
|||
-p 8080:8080 \
|
||||
-v $PWD/traefik.yml:/etc/traefik/traefik.yml \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
traefik:v3.5
|
||||
traefik:v3.6
|
||||
```
|
||||
|
||||
## Expose the Dashboard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue