diff --git a/__swarm/gitlab/gitlab-swarm.yml b/__swarm/gitlab/gitlab-swarm.yml index de86a66..60ce346 100644 --- a/__swarm/gitlab/gitlab-swarm.yml +++ b/__swarm/gitlab/gitlab-swarm.yml @@ -10,6 +10,7 @@ - wud.watch.digest=true - wud.watch=true dns: + - 192.168.77.1 - 192.168.77.101 app: environment: diff --git a/pihole/docker-compose.yml b/pihole/docker-compose.yml index 01a7af1..a9f3a02 100755 --- a/pihole/docker-compose.yml +++ b/pihole/docker-compose.yml @@ -64,10 +64,10 @@ services: pihole: ipv4_address: 192.168.78.254 ports: - - '53:53' + - '53:53/udp' - '9380:80' - '9343:443' restart: always volumes: - - /share/docker_data/pihole/etc-pihole:/etc/pihole - - /share/docker_data/pihole/etc-dnsmasq.d:/etc/dnsmasq.d + - etc-pihole:/etc/pihole + - dnsmasq.d:/etc/dnsmasq.d