summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJonas Zohren <git-pbkyr@jzohren.de>2022-02-13 12:38:13 +0000
committerJonas Zohren <git-pbkyr@jzohren.de>2022-02-16 15:12:40 +0100
commit0be8500c4fec53d2442da7f3cb98ecc6cbe198da (patch)
tree9a8c37ff8c42534748d12e5266476463988ef46d /Dockerfile
parent97507d28806e7a10cb4ffc9ab4cc64b902b267ef (diff)
downloadconduit-0be8500c4fec53d2442da7f3cb98ecc6cbe198da.zip
Set all env vars in docker README
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 82ee951..e6cdaf5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -36,6 +36,7 @@ FROM docker.io/debian:bullseye-slim AS runner
EXPOSE 6167
ENV CONDUIT_PORT=6167 \
+ CONDUIT_ADDRESS="0.0.0.0" \
CONDUIT_DATABASE_PATH=/var/lib/matrix-conduit \
CONDUIT_CONFIG='' # Set no config file to do all configuration with env vars