Try to get services up and running

This commit is contained in:
Raphaël Numbus
2026-01-09 08:15:10 +01:00
parent 99e4c5d0c1
commit 2e1ba1c0ff
5 changed files with 30 additions and 19 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ in
image: pihole/pihole:latest
container_name: pi-hole
networks:
pihole:
pihole_frontend:
ports:
# DNS Ports
- "53:53/tcp"
@@ -57,7 +57,7 @@ in
restart: unless-stopped
networks:
pihole:
pihole_frontend:
external: true
'';
systemd.services.${container_name} = {