summaryrefslogtreecommitdiffstats
path: root/docker/etc/s6/gitea/setup
diff options
context:
space:
mode:
Diffstat (limited to 'docker/etc/s6/gitea/setup')
-rwxr-xr-xdocker/etc/s6/gitea/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/etc/s6/gitea/setup b/docker/etc/s6/gitea/setup
index 30884bc411..e6dd3ffa2b 100755
--- a/docker/etc/s6/gitea/setup
+++ b/docker/etc/s6/gitea/setup
@@ -21,7 +21,7 @@ if [ ! -f /data/gitea/conf/app.ini ]; then
# Substitude the environment variables in the template
APP_NAME=${APP_NAME:-"Gitea: Git with a cup of tea"} \
- APP_MODE=${APP_MODE:-"dev"} \
+ RUN_MODE=${RUN_MODE:-"dev"} \
SSH_DOMAIN=${SSH_DOMAIN:-"localhost"} \
HTTP_PORT=${HTTP_PORT:-"3000"} \
ROOT_URL=${ROOT_URL:-""} \