This commit is contained in:
jr-k 2024-07-18 20:21:15 +02:00
parent 0c3e723c16
commit b85cb62588

View File

@ -15,7 +15,7 @@
---
## 📡 Run the studio instance
<details open>
<details closed>
<summary>### with docker run</summary>
⚠️ `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.