chore(conduit): remove extra exposed port
This commit is contained in:
parent
401cf48dd6
commit
15d2ea0f8d
|
@ -4,8 +4,6 @@ services:
|
|||
matrix-conduit:
|
||||
container_name: matrix-conduit
|
||||
image: matrixconduit/matrix-conduit:v0.5.0
|
||||
ports:
|
||||
- ${APP_PORT}:6167
|
||||
environment:
|
||||
CONDUIT_SERVER_NAME: ${APP_DOMAIN}
|
||||
CONDUIT_DATABASE_PATH: /var/lib/matrix-conduit/
|
||||
|
@ -17,7 +15,7 @@ services:
|
|||
CONDUIT_TRUSTED_SERVERS: ${TRUSTED_SERVERS:-[]}
|
||||
CONDUIT_LOG: ${LOG:-warn,rocket=off,_=off,sled=off}
|
||||
CONDUIT_ADDRESS: 0.0.0.0
|
||||
CONDUIT_CONFIG: '' # Ignore this
|
||||
CONDUIT_CONFIG: "" # Ignore this
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/var/lib/matrix-conduit/
|
||||
|
|
Loading…
Reference in New Issue
Block a user