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}
|
||||
- PUBLICBASEURL=${synapseFQDN}
|
||||
- ELEMENTWEB=${elementWebFQDN}
|
||||
#volumes:
|
||||
# - ./element/config.json.sh:/app/config.json.sh
|
||||
volumes:
|
||||
- ./config.json:/app/config.json
|
||||
ports:
|
||||
- "8008:80/tcp"
|
||||
|
||||
|
@ -21,4 +21,3 @@ services:
|
|||
- ./nginx:/etc/nginx/conf.d
|
||||
- /ssl:/ssl
|
||||
- /www:/www
|
||||
- ./config.json:/app/config.json
|
||||
|
|
Loading…
Reference in a new issue