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:
|
ports:
|
||||||
- 8008:8008
|
- 8008:8008
|
||||||
- 8448:8448
|
- 8448:8448
|
||||||
environment:
|
|
||||||
- SYNAPSE_CONFIG_DIR=/config
|
|
||||||
command: [
|
command: [
|
||||||
"--tls-cert=server.crt",
|
"--tls-cert=/etc/dendrite/server.crt",
|
||||||
"--tls-key=server.pem"
|
"--tls-key=/etc/dendrite/server.pem",
|
||||||
|
"--config=/etc/dendrite/dendrite.yml"
|
||||||
]
|
]
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/dendrite/config:/etc/dendrite
|
- /srv/dendrite/config:/etc/dendrite
|
||||||
|
|
Reference in a new issue