diff --git a/docker-compose.social.yml b/docker-compose.social.yml index 1feec60..99e3a31 100644 --- a/docker-compose.social.yml +++ b/docker-compose.social.yml @@ -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