From 3f9249b8bc27e6c0dc70a7121bd087afc3de4064 Mon Sep 17 00:00:00 2001 From: jr-k Date: Thu, 18 Jul 2024 20:21:15 +0200 Subject: [PATCH] test --- docs/setup-run-on-rpi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup-run-on-rpi.md b/docs/setup-run-on-rpi.md index cf58b6a..5e7d535 100644 --- a/docs/setup-run-on-rpi.md +++ b/docs/setup-run-on-rpi.md @@ -15,7 +15,7 @@ --- ## 📡 Run the studio instance -
+
### with docker run ⚠️ `docker ... --rm` option is not suitable for production use because it won't survive a reboot. However, it's okay for quick testing. You need to use --restart=always instead to ensure that it persists.