diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 23ff55b..a9d8921 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -75,12 +75,12 @@ EOF fi # Checking if there is `UI_PASSWORD` environment variable -# if there was, converting it to hex and storing it to +# if there was, converting it to sha256 and storing it to # the .env if [ -n "$UI_PASSWORD" ]; then sed -i '/^HASHED_PASSWORD/d' "${ENV_FILE}" tee -a "${ENV_FILE}" &>/dev/null <