From 7fa9a265efc9008052946f6907f77073fa50b76c Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Sun, 7 Sep 2025 16:46:43 +0200 Subject: [PATCH] Fixing docker command --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d041f0e..01ff3a7 100755 --- a/README.md +++ b/README.md @@ -49,10 +49,11 @@ Fredy is proudly backed by the **JetBrains Open Source Support Program**. ### With Docker +> [!NOTE] +> 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 + ``` bash -docker pull ghcr.io/orangecoding/fredy:master -docker create --name fredy -v /path/to/your/conf/:/conf -p 9998:9998 fredy/fredy -docker start fredy +docker run -d --name fredy -v fredy_conf:/conf -p 9998:9998 ghcr.io/orangecoding/fredy:master ``` Logs: