mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2026-04-10 23:06:17 +00:00
removed resolvconf call from entrypoint.sh to fix dns inside container
This commit is contained in:
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user