From 64d90f92c2511a27fe1dd0d3ff7db63ca9e13e78 Mon Sep 17 00:00:00 2001 From: ~purplebored Date: Sat, 20 Sep 2025 17:15:24 +0200 Subject: [PATCH] Small error in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 083a7bc..484d2ce 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Copy the `example.config.yaml` file, rename it to config.yaml, and set it up to To start the bridge, run: ``` -docker run -v "$(pwd)/config.yaml:/app/config.yaml:ro" foundry.fsky.io/purplebored/discord-userbot-to-irc:latest +docker run -d -v "$(pwd)/config.yaml:/app/config.yaml:ro" foundry.fsky.io/purplebored/discord-userbot-to-irc:latest ``` The /app/config.yaml file in the container must be mounted to the filesystem.