Docker: remove all latest tags (it is the default tag when none
specified)
This commit is contained in:
parent
9f02493b0a
commit
fdd1df7d24
5 changed files with 7 additions and 71 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[services.pihole]
|
||||
container_name = "pihole"
|
||||
image = "pihole/pihole:latest"
|
||||
image = "pihole/pihole"
|
||||
ports = ["53:53/tcp", "53:53/udp", "67:67/udp", "8069:80/tcp"]
|
||||
networks = ["proxy"]
|
||||
volumes = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue