From fcb7065156192bee89fc723efec0a52f40d946c8 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 3 Feb 2024 14:55:30 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 999987a..526a176 100644 --- a/README.md +++ b/README.md @@ -60,13 +60,12 @@ version: '3.8' services: mjolnir: image: git.nixc.us/colin/mjolnir:production - container_name: mjolnir volumes: - ./data:/data - ./config/config.yml:/etc/mjolnir/config.yml environment: - HOME_SERVER_URL=https://matrix.org - - RAW_HOME_SERVER_URL=https://matrix.org # this is intended for internal routing to your homeserver inside of docker networking. + - RAW_HOME_SERVER_URL=http://chat_chat # this is intended for internal routing to your homeserver inside of docker networking. - ACCESS_TOKEN=YOUR_TOKEN_HERE - PANTALAIMON_USE=false - PANTALAIMON_USERNAME=mjolnir