angy
This commit is contained in:
parent
752ff108c3
commit
c903d60cb5
2 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,7 @@ services:
|
|||
- LETSENCRYPT_HOST=ixvd.net
|
||||
- VIRTUAL_HOST=ixvd.net
|
||||
- VIRTUAL_PATH=/_matrix
|
||||
- VIRTUAL_DEST=/
|
||||
- VIRTUAL_DEST=/_matrix
|
||||
- VIRTUAL_PORT=8008
|
||||
volumes:
|
||||
- /srv/dendrite/config:/etc/dendrite
|
||||
|
|
|
@ -20,6 +20,8 @@ services:
|
|||
restart: always
|
||||
environment:
|
||||
- VIRTUAL_HOST=ixvd.net
|
||||
- VIRTUAL_PATH=/
|
||||
- VIRTUAL_DEST=/
|
||||
- LETSENCRYPT_HOST=ixvd.net
|
||||
networks:
|
||||
- proxy
|
||||
|
|
Reference in a new issue