diff --git a/README.md b/README.md index 1455f82..6b0f950 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 02f0df7..daa7922 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: reverse-proxy: container_name: traefik - image: traefik:v2.8 + image: traefik:v2.9 restart: always command: - "--api.insecure=true" @@ -22,7 +22,7 @@ services: mailhog: container_name: mailhog - image: mailhog/mailhog + image: mailhog/mailhog:v1.0.1 logging: driver: none ports: