mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
readme docker run nit
This commit is contained in:
parent
bf8b28252d
commit
d67f0e5cb2
1 changed files with 8 additions and 1 deletions
|
|
@ -85,7 +85,14 @@ echo '{
|
||||||
|
|
||||||
2. Run the docker container
|
2. Run the docker container
|
||||||
```sh
|
```sh
|
||||||
docker run -p 3000:3000 --pull=always --rm -v $(pwd):/data -e CONFIG_PATH=/data/config.json --name sourcebot ghcr.io/sourcebot-dev/sourcebot:latest
|
docker run \
|
||||||
|
-p 3000:3000 \
|
||||||
|
--pull=always \
|
||||||
|
--rm \
|
||||||
|
-v $(pwd):/data \
|
||||||
|
-e CONFIG_PATH=/data/config.json \
|
||||||
|
--name sourcebot \
|
||||||
|
ghcr.io/sourcebot-dev/sourcebot:latest
|
||||||
```
|
```
|
||||||
<details>
|
<details>
|
||||||
<summary>What does this command do?</summary>
|
<summary>What does this command do?</summary>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue