summary refs log tree commit diff
path: root/contrib/docker/docker-compose.yml
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2021-07-13 12:55:48 +0200
committerGitHub <noreply@github.com>2021-07-13 11:55:48 +0100
commite938f69697aac0723a03605831403a815e8a1b45 (patch)
treeeec405b5b21f8821f8137986ccf9d2551c2cdece /contrib/docker/docker-compose.yml
parentBugfix `make_room_admin` fails for users that have left a private room (#10367) (diff)
downloadsynapse-e938f69697aac0723a03605831403a815e8a1b45.tar.xz
Fix some links in `docs` and `contrib` (#10370)
Diffstat (limited to 'contrib/docker/docker-compose.yml')
-rw-r--r--contrib/docker/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/docker/docker-compose.yml b/contrib/docker/docker-compose.yml
index d1ecd453db..26d640c448 100644
--- a/contrib/docker/docker-compose.yml
+++ b/contrib/docker/docker-compose.yml
@@ -56,7 +56,7 @@ services:
       - POSTGRES_USER=synapse
       - POSTGRES_PASSWORD=changeme
       # ensure the database gets created correctly
-      # https://github.com/matrix-org/synapse/blob/master/docs/postgres.md#set-up-database
+      # https://matrix-org.github.io/synapse/latest/postgres.html#set-up-database
       - POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C
     volumes:
       # You may store the database tables in a local folder..