This commit is contained in:
2026-05-14 14:09:23 +02:00
parent e5bd28ee30
commit a2667af763
@@ -336,7 +336,7 @@ CREATE USER discordmautrix WITH PASSWORD 'password';
CREATE DATABASE discordmautrix WITH OWNER = 'discordmautrix' ; 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 ```bash
podman run -d --pod=synapse \ podman run -d --pod=synapse \