From 4ad2895eecb827e6fdd91e7efaba2997c5d85200 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Wed, 10 Sep 2025 11:31:49 +0200 Subject: [PATCH 1/2] Update docker command --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01ff3a7..93578e5 100755 --- a/README.md +++ b/README.md @@ -53,7 +53,11 @@ Fredy is proudly backed by the **JetBrains Open Source Support Program**. > 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 run -d --name fredy -v fredy_conf:/conf -p 9998:9998 ghcr.io/orangecoding/fredy:master +docker run -d --name fredy \ + -v fredy_conf:/conf \ + -v fredy_db:/db \ + -p 9998:9998 \ + ghcr.io/orangecoding/fredy:master ``` Logs: From 05c2df917cc82f206e2b9c7d8b3eb2aee585a964 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Fri, 12 Sep 2025 13:00:43 +0200 Subject: [PATCH 2/2] Adding link to fredy demo --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 93578e5..63f9ac3 100755 --- a/README.md +++ b/README.md @@ -45,6 +45,11 @@ Fredy is proudly backed by the **JetBrains Open Source Support Program**. ------------------------------------------------------------------------ +## 👨‍🏫 Demo +You can try out Fredy here: [Fredy Demo](https://fredy-demo.orange-coding.net/) + +------------------------------------------------------------------------ + ## 🚀 Quick Start ### With Docker