Try to get services up and running
This commit is contained in:
@@ -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} = {
|
||||
|
||||
Reference in New Issue
Block a user