From c3057cab0a1326a44b6d544f40d223815b21884c Mon Sep 17 00:00:00 2001 From: jr-k Date: Thu, 18 Jul 2024 20:21:02 +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 6b84fc9..cf58b6a 100644 --- a/docs/setup-run-on-rpi.md +++ b/docs/setup-run-on-rpi.md @@ -18,7 +18,7 @@
### 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. +⚠️ `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. ```bash # (Optional) Install docker if needed curl -sSL get.docker.com | sh && sudo usermod -aG docker $(whoami) && logout # then login again