add restart always to all applications
This commit is contained in:
@@ -18,6 +18,7 @@ services:
|
||||
- 53:53/udp
|
||||
- 8080:8080
|
||||
privileged: true
|
||||
restart: always
|
||||
volumes:
|
||||
- config:/etc/pihole
|
||||
- dnsmasq:/etc/dnsmasq.d
|
||||
@@ -32,6 +33,7 @@ services:
|
||||
image: docker.io/ekofr/pihole-exporter:latest
|
||||
networks:
|
||||
traefik: null
|
||||
restart: always
|
||||
|
||||
networks:
|
||||
traefik:
|
||||
|
Reference in New Issue
Block a user