mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-02-02 19:49:16 +01:00
chore(deps): use versioned image tags for Pi-hole
This commit is contained in:
parent
6d731733ac
commit
39684575e0
@ -10,7 +10,7 @@ volumes:
|
|||||||
services:
|
services:
|
||||||
pihole:
|
pihole:
|
||||||
container_name: pihole
|
container_name: pihole
|
||||||
image: docker.io/pihole/pihole:latest
|
image: docker.io/pihole/pihole:2024.05.0
|
||||||
ports:
|
ports:
|
||||||
- 53:53/tcp
|
- 53:53/tcp
|
||||||
- 53:53/udp
|
- 53:53/udp
|
||||||
|
Loading…
Reference in New Issue
Block a user