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 \