Skip to content

Commit

Permalink
Merge pull request #3 from tbreuss/tbreuss-patch-1
Browse files Browse the repository at this point in the history
fix: use minor versions consequently
  • Loading branch information
tbreuss authored Nov 9, 2022
2 parents d5f62bc + 2f74c5f commit e1c6e54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,11 @@ Don't forget to check the same after rebooting your Mac.

At the time of writing this repo includes configs for the following Docker images:

- [adminer:4.8](https://hub.docker.com/_/adminer)
- [adminer:4.8.1](https://hub.docker.com/_/adminer)
- [containous/whoami:v1.5.0](https://hub.docker.com/r/containous/whoami)
- [mailhog/mailhog:v1.0.1](https://hub.docker.com/r/mailhog/mailhog)
- [mysql:5.7](https://hub.docker.com/_/mysql)
- [traefik:v2.9](https://hub.docker.com/_/traefik)
- [mysql:5.7.x](https://hub.docker.com/_/mysql)
- [traefik:v2.9.x](https://hub.docker.com/_/traefik)


## Links
Expand Down
4 changes: 2 additions & 2 deletions 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.8
image: traefik:v2.9
restart: always
command:
- "--api.insecure=true"
Expand All @@ -22,7 +22,7 @@ services:

mailhog:
container_name: mailhog
image: mailhog/mailhog
image: mailhog/mailhog:v1.0.1
logging:
driver: none
ports:
Expand Down

0 comments on commit e1c6e54

Please sign in to comment.