Set all env vars in docker README

This commit is contained in:
Jonas Zohren 2022-02-13 12:38:13 +00:00
parent 97507d2880
commit 0be8500c4f
No known key found for this signature in database
GPG key ID: FE3ED5D90A175463
2 changed files with 12 additions and 1 deletions

View file

@ -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