From 54462f200d697f9d1d315836c1b00ffac3e222ee Mon Sep 17 00:00:00 2001 From: FarisZR <35614734+FarisZR@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:56:59 +0200 Subject: [PATCH] adjust bind mounts --- matrix/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/matrix/docker-compose.yml b/matrix/docker-compose.yml index 2333b18..3e8dc4d 100644 --- a/matrix/docker-compose.yml +++ b/matrix/docker-compose.yml @@ -15,7 +15,7 @@ services: - POSTGRES_PASSWORD=(matrix_postgres_password) - POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C volumes: - - /home/aosus/matrix/synapse-postgresql:/var/lib/postgresql/data:rw + - /home/aosus/matrix/synapse-postgres:/var/lib/postgresql/data:rw networks: default: @@ -83,7 +83,7 @@ services: - POSTGRES_PASSWORD=(matrix_telegram_postgres_password) - POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C volumes: - - /home/aosus/matrix/telegram-postgres:/var/lib/postgresql/data:rw + - /home/aosus/matrix/mautrix-telegram/postgres:/var/lib/postgresql/data:rw networks: default: @@ -106,7 +106,7 @@ services: - POSTGRES_PASSWORD=(matrix_discord_postgres_password) - POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C volumes: - - /home/aosus/matrix/discord-postgres:/var/lib/postgresql/data:rw + - /home/aosus/matrix/mautrix-discord/postgres:/var/lib/postgresql/data:rw # Discord now requires signed URLs for their CDN, this resolver fetches signed urls using a user token, and redirects the user to it. discord-resolver: