Docker: remove all latest tags (it is the default tag when none

specified)
This commit is contained in:
Marko Korhonen 2022-11-18 20:37:42 +02:00
parent 41751154a9
commit 842e6b1c9f
5 changed files with 7 additions and 71 deletions

View file

@ -1,5 +1,5 @@
[services.traefik]
image = "traefik:latest"
image = "traefik"
container_name = "traefik"
restart = "unless-stopped"
ports = ["80:80", "443:443/tcp", "443:443/udp"]
@ -34,7 +34,7 @@ labels = [
]
[services.fail2ban]
image = "crazymax/fail2ban:latest"
image = "crazymax/fail2ban"
container_name = "fail2ban"
restart = "unless-stopped"
network_mode = "host"