mirror of
https://github.com/craigerl/aprsd.git
synced 2025-09-04 06:07:48 -04:00
Update docker bin/admin.sh
This patch uses the wsgi.py instead of admin_Web.py
This commit is contained in:
parent
6a6e854caf
commit
fa452cc773
@ -27,5 +27,6 @@ if [ ! -e "$APRSD_CONFIG" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
export COLUMNS=200
|
export COLUMNS=200
|
||||||
exec gunicorn -b :8000 --workers 4 "aprsd.admin_web:create_app(config_file='$APRSD_CONFIG', log_level='$LOG_LEVEL')"
|
#exec gunicorn -b :8000 --workers 4 "aprsd.admin_web:create_app(config_file='$APRSD_CONFIG', log_level='$LOG_LEVEL')"
|
||||||
|
exec gunicorn -b :8000 --workers 4 "aprsd.wsgi:app"
|
||||||
#exec aprsd listen -c $APRSD_CONFIG --loglevel ${LOG_LEVEL} ${APRSD_LOAD_PLUGINS} ${APRSD_LISTEN_FILTER}
|
#exec aprsd listen -c $APRSD_CONFIG --loglevel ${LOG_LEVEL} ${APRSD_LOAD_PLUGINS} ${APRSD_LISTEN_FILTER}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user