Skip to content

Commit

Permalink
chore: bump traefik version up
Browse files Browse the repository at this point in the history
  • Loading branch information
tbreuss committed Jun 11, 2023
1 parent 77210dd commit 880bdd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ At the time of writing this repo includes configs for the following Docker image
- [containous/whoami:v1.5](https://hub.docker.com/r/containous/whoami)
- [mailhog/mailhog:v1.0](https://hub.docker.com/r/mailhog/mailhog)
- [mysql:5.7](https://hub.docker.com/_/mysql)
- [traefik:v2.9](https://hub.docker.com/_/traefik)
- [traefik:v2.10](https://hub.docker.com/_/traefik)


## Links
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

reverse-proxy:
container_name: traefik
image: traefik:v2.9
image: traefik:v2.10
restart: always
command:
- "--api.insecure=true"
Expand Down

0 comments on commit 880bdd2

Please sign in to comment.