fix: Docker syntax
This commit is contained in:
parent
0be8500c4f
commit
98b67da649
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ EXPOSE 6167
|
||||||
ENV CONDUIT_PORT=6167 \
|
ENV CONDUIT_PORT=6167 \
|
||||||
CONDUIT_ADDRESS="0.0.0.0" \
|
CONDUIT_ADDRESS="0.0.0.0" \
|
||||||
CONDUIT_DATABASE_PATH=/var/lib/matrix-conduit \
|
CONDUIT_DATABASE_PATH=/var/lib/matrix-conduit \
|
||||||
CONDUIT_CONFIG='' # Set no config file to do all configuration with env vars
|
CONDUIT_CONFIG=''
|
||||||
|
# └─> Set no config file to do all configuration with env vars
|
||||||
|
|
||||||
# Conduit needs:
|
# Conduit needs:
|
||||||
# ca-certificates: for https
|
# ca-certificates: for https
|
||||||
|
|
Loading…
Add table
Reference in a new issue