Docker: remove all latest tags (it is the default tag when none
specified)
This commit is contained in:
parent
41751154a9
commit
842e6b1c9f
5 changed files with 7 additions and 71 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue