removed resolvconf call from entrypoint.sh to fix dns inside container

This commit is contained in:
Ivan Prokudin
2026-01-12 16:09:12 +02:00
parent 601ccb355d
commit 428908ff84

View File

@@ -220,7 +220,6 @@ start_and_monitor() {
${WGDASH}/src/venv/bin/gunicorn --config ${WGDASH}/src/gunicorn.conf.py
/usr/sbin/resolvconf -u
if [ $? -ne 0 ]; then
echo "Loading WGDashboard failed... Look above for details."