Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FSG-Cat authored Dec 18, 2024
1 parent 7e5a3c0 commit 57ee60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bot/setup_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ the first argument that gets passed to the container is `bot`.
So for example: o start Draupnir, you could use the following command:

```bash
docker run --rm -it -v --name=draupnir ./var/lib/draupnir:/data gnuxie/draupnir:latest bot --draupnir-config /data/config/production.yaml
docker run --rm -it --name=draupnir -v ./var/lib/draupnir:/data gnuxie/draupnir:latest bot --draupnir-config /data/config/production.yaml
```

0 comments on commit 57ee60d

Please sign in to comment.