lemme try smt
This commit is contained in:
parent
b542f8b1b8
commit
99d0c1e5a8
1 changed files with 4 additions and 5 deletions
|
@ -7,11 +7,10 @@ services:
|
|||
"--config=/etc/dendrite/dendrite.yml"
|
||||
]
|
||||
environment:
|
||||
- LETSENCRYPT_HOST=2d.ixvd.net
|
||||
- VIRTUAL_HOST=2d.ixvd.net
|
||||
ports:
|
||||
- 8008:8008
|
||||
- 8448:8448
|
||||
- LETSENCRYPT_HOST=ixvd.net
|
||||
- VIRTUAL_HOST=ixvd.net
|
||||
- VIRTUAL_PATH=/_matrix
|
||||
- VIRTUAL_PORT=8008
|
||||
volumes:
|
||||
- /srv/dendrite/config:/etc/dendrite
|
||||
- /srv/dendrite/data:/var/dendrite/media
|
||||
|
|
Reference in a new issue