specify locations
This commit is contained in:
parent
b314df4bb6
commit
75d918cd03
1 changed files with 3 additions and 4 deletions
|
@ -90,11 +90,10 @@ services:
|
|||
ports:
|
||||
- 8008:8008
|
||||
- 8448:8448
|
||||
environment:
|
||||
- SYNAPSE_CONFIG_DIR=/config
|
||||
command: [
|
||||
"--tls-cert=server.crt",
|
||||
"--tls-key=server.pem"
|
||||
"--tls-cert=/etc/dendrite/server.crt",
|
||||
"--tls-key=/etc/dendrite/server.pem",
|
||||
"--config=/etc/dendrite/dendrite.yml"
|
||||
]
|
||||
volumes:
|
||||
- /srv/dendrite/config:/etc/dendrite
|
||||
|
|
Reference in a new issue