Skip to content
Snippets Groups Projects
Commit 445cc2d9 authored by Éloïs's avatar Éloïs
Browse files

fix(docker): modules conf must be saved on /etc/duniter

parent 87334be4
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,13 @@ if [[ -z ${1} ]]; then
set -- direct_webstart
fi
# Options
# Define DUNITER_WEB_UI_HOST
DUNITER_WEB_UI_HOST="0.0.0.0"
export DUNITER_WEB_UI_HOST
# Define DUNITER_CONF_HOME
DUNITER_CONF_HOME="/etc/duniter"
export DUNITER_CONF_HOME
# Key file found
if [[ -f /etc/duniter/key.yml ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment