Prepare release v3.5.0-rc1
This commit is contained in:
parent
4af188242c
commit
9862cd6780
56 changed files with 400 additions and 372 deletions
|
|
@ -36,7 +36,7 @@ This configuration:
|
|||
# docker-compose.yml
|
||||
services:
|
||||
traefik:
|
||||
image: traefik:v3.4
|
||||
image: traefik:v3.5
|
||||
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.4
|
||||
traefik:v3.5
|
||||
```
|
||||
|
||||
## Expose the Dashboard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue