Skip to content

Commit 4ad2895

Browse files
authored
Update docker command
1 parent 7372e53 commit 4ad2895

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ Fredy is proudly backed by the **JetBrains Open Source Support Program**.
5353
> In order to start Fredy, you must provide a config.json. As a start, use the one in this repo: https://github.com/orangecoding/fredy/blob/master/conf/config.json
5454
5555
``` bash
56-
docker run -d --name fredy -v fredy_conf:/conf -p 9998:9998 ghcr.io/orangecoding/fredy:master
56+
docker run -d --name fredy \
57+
-v fredy_conf:/conf \
58+
-v fredy_db:/db \
59+
-p 9998:9998 \
60+
ghcr.io/orangecoding/fredy:master
5761
```
5862

5963
Logs:

0 commit comments

Comments
 (0)