Fixing a bug where DNS_IP could not be determined

This commit is contained in:
Terry Hardie 2024-06-24 18:16:11 -07:00
parent 71920a212b
commit 2b4d74add8
4 changed files with 8 additions and 1 deletions

View File

@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
nano \
vim-nox \
openssl \
bind9-host \
&& rm -rf /var/lib/apt/lists/*
# those are the really necessary packages

View File

@ -30,6 +30,8 @@ services:
- net.ipv4.conf.all.src_valid_mark=1
- net.ipv4.ip_forward=1
command: /bin/bash /app/init.sh
depends_on:
- wireguard-webadmin-dns
wireguard-webadmin-cron:
container_name: wireguard-webadmin-cron
@ -52,4 +54,4 @@ services:
volumes:
static_volume:
wireguard:
dnsmasq_conf:
dnsmasq_conf:

View File

@ -27,6 +27,8 @@ services:
- net.ipv4.conf.all.src_valid_mark=1
- net.ipv4.ip_forward=1
command: /bin/bash /app/init.sh
depends_on:
- wireguard-webadmin-dns
wireguard-webadmin-cron:
container_name: wireguard-webadmin-cron

View File

@ -27,6 +27,8 @@ services:
- net.ipv4.conf.all.src_valid_mark=1
- net.ipv4.ip_forward=1
command: /bin/bash /app/init.sh
depends_on:
- wireguard-webadmin-dns
wireguard-webadmin-cron:
container_name: wireguard-webadmin-cron