removed resolvconf call from entrypoint.sh to fix dns inside container
parent
601ccb355d
commit
428908ff84
|
|
@ -220,7 +220,6 @@ start_and_monitor() {
|
||||||
|
|
||||||
${WGDASH}/src/venv/bin/gunicorn --config ${WGDASH}/src/gunicorn.conf.py
|
${WGDASH}/src/venv/bin/gunicorn --config ${WGDASH}/src/gunicorn.conf.py
|
||||||
|
|
||||||
/usr/sbin/resolvconf -u
|
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "Loading WGDashboard failed... Look above for details."
|
echo "Loading WGDashboard failed... Look above for details."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue