element-container: do mount the config
This commit is contained in:
parent
39db2b21ef
commit
b25b77ee01
1 changed files with 2 additions and 3 deletions
|
@ -7,8 +7,8 @@ services:
|
||||||
- SERVERNAME=${homeServerFQDN}
|
- SERVERNAME=${homeServerFQDN}
|
||||||
- PUBLICBASEURL=${synapseFQDN}
|
- PUBLICBASEURL=${synapseFQDN}
|
||||||
- ELEMENTWEB=${elementWebFQDN}
|
- ELEMENTWEB=${elementWebFQDN}
|
||||||
#volumes:
|
volumes:
|
||||||
# - ./element/config.json.sh:/app/config.json.sh
|
- ./config.json:/app/config.json
|
||||||
ports:
|
ports:
|
||||||
- "8008:80/tcp"
|
- "8008:80/tcp"
|
||||||
|
|
||||||
|
@ -21,4 +21,3 @@ services:
|
||||||
- ./nginx:/etc/nginx/conf.d
|
- ./nginx:/etc/nginx/conf.d
|
||||||
- /ssl:/ssl
|
- /ssl:/ssl
|
||||||
- /www:/www
|
- /www:/www
|
||||||
- ./config.json:/app/config.json
|
|
||||||
|
|
Loading…
Reference in a new issue