Skip to content
Snippets Groups Projects
Unverified Commit 32727220 authored by Travis Ralston's avatar Travis Ralston Committed by GitHub
Browse files

Update /versions handling in development environments (#599)

parent 6e516cf6
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ services:
- media_proxy
media_homeserver:
container_name: "media_repo_synapse"
image: "ghcr.io/element-hq/synapse:v1.110.0"
image: "ghcr.io/element-hq/synapse:v1.111.0"
restart: unless-stopped
volumes:
- ./synapse-db:/data
......
......@@ -9,11 +9,6 @@ server {
proxy_pass http://host.docker.internal:8001;
}
location /_matrix/client/versions {
proxy_set_header Host localhost;
proxy_pass http://host.docker.internal:8001;
}
location /_matrix/client/v1/media {
proxy_set_header Host localhost;
proxy_pass http://host.docker.internal:8001;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment