element-container: do mount the config

This commit is contained in:
Nico Schottelius 2023-10-02 15:05:56 +02:00
parent 39db2b21ef
commit b25b77ee01

View file

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