Added hadolint pre-commit hook

This commit is contained in:
Michele Cereda
2022-05-11 23:25:11 +02:00
parent 60df86b2d5
commit 57943c8967
4 changed files with 15 additions and 6 deletions

View File

@@ -14,8 +14,8 @@ services:
TZ: Europe/Amsterdam
WEBPASSWORD_FILE: /run/secrets/webpassword
volumes:
- ./etc-pihole/:/etc/pihole/
- ./etc-dnsmasq.d/:/etc/dnsmasq.d/
- ./etc-pihole/:/etc/pihole/
- ./etc-dnsmasq.d/:/etc/dnsmasq.d/
dns:
- 127.0.0.1
- 1.1.1.1

View File

@@ -16,8 +16,8 @@ services:
# WEBPASSWORD: 'set a secure password here or it will be random'
# Volumes store your data between container upgrades
volumes:
- './etc-pihole/:/etc/pihole/'
- './etc-dnsmasq.d/:/etc/dnsmasq.d/'
- './etc-pihole/:/etc/pihole/'
- './etc-dnsmasq.d/:/etc/dnsmasq.d/'
dns:
- 127.0.0.1
- 1.1.1.1