From a2667af763b09d0b7943b9a4989b202fa11168b2 Mon Sep 17 00:00:00 2001 From: Sam Hadow Date: Thu, 14 May 2026 14:09:23 +0200 Subject: [PATCH] typo --- _posts/2026-04-30-self-hosting-a-matrix-instance-with-podman.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2026-04-30-self-hosting-a-matrix-instance-with-podman.md b/_posts/2026-04-30-self-hosting-a-matrix-instance-with-podman.md index 590a67b..6c5f11d 100644 --- a/_posts/2026-04-30-self-hosting-a-matrix-instance-with-podman.md +++ b/_posts/2026-04-30-self-hosting-a-matrix-instance-with-podman.md @@ -336,7 +336,7 @@ CREATE USER discordmautrix WITH PASSWORD 'password'; CREATE DATABASE discordmautrix WITH OWNER = 'discordmautrix' ; ``` -Then delete synapse container and recreate it with the bridge registration file: *(don't forget to regenerate, or adapt, the systemd service) +Then delete synapse container and recreate it with the bridge registration file: *(don't forget to regenerate, or adapt, the systemd service)* ```bash podman run -d --pod=synapse \