Skip to content

Commit

Permalink
feat: traefik v3
Browse files Browse the repository at this point in the history
  • Loading branch information
tbreuss committed May 11, 2024
1 parent c49e691 commit 4ceaa2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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.10](https://hub.docker.com/_/traefik)
- [traefik:v3.0](https://hub.docker.com/_/traefik)


## Links
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
version: '3.5'

services:

reverse-proxy:
container_name: traefik
image: traefik:v2.11
image: traefik:v3.0
restart: always
command:
- "--api.insecure=true"
Expand Down

0 comments on commit 4ceaa2b

Please sign in to comment.