Skip to content

Commit d67f0e5

Browse files
committed
readme docker run nit
1 parent bf8b282 commit d67f0e5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,14 @@ echo '{
8585

8686
2. Run the docker container
8787
```sh
88-
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
88+
docker run \
89+
-p 3000:3000 \
90+
--pull=always \
91+
--rm \
92+
-v $(pwd):/data \
93+
-e CONFIG_PATH=/data/config.json \
94+
--name sourcebot \
95+
ghcr.io/sourcebot-dev/sourcebot:latest
8996
```
9097
<details>
9198
<summary>What does this command do?</summary>

0 commit comments

Comments
 (0)