Small error in the readme

This commit is contained in:
2025-09-20 17:15:24 +02:00
parent f5662df2e3
commit 64d90f92c2

View File

@@ -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.