feat: Standardise to always restart

This commit is contained in:
PorridgePi
2022-09-04 12:52:28 +08:00
parent d920e833ee
commit 8b9d2d2aee
3 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ services:
pihole:
image: pihole/pihole:latest
container_name: pihole
restart: unless-stopped
restart: always
ports:
- "53:53/tcp"
- "53:53/udp"
@@ -32,7 +32,7 @@ services:
unbound:
image: mvance/unbound-rpi:latest
container_name: unbound
restart: unless-stopped
restart: always
volumes:
- "./unbound:/opt/unbound/etc/unbound"
networks: