From 1fa6008d8af3405c2db6bb4d9d0ea2e6c7ec1b6b Mon Sep 17 00:00:00 2001 From: Andrea Di Cesare Date: Tue, 21 May 2024 12:29:33 +0200 Subject: [PATCH] :sparkles: Improve launch script in hp --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 1ae210cf..1d1ec886 100644 --- a/index.md +++ b/index.md @@ -16,7 +16,7 @@ stars-bounce: true
-$ curl https://raw.githubusercontent.com/SoftInstigate/restheart/master/docker-compose.yml --output docker-compose.yml && docker compose up
+$ docker pull softinstigate/restheart && curl https://raw.githubusercontent.com/SoftInstigate/restheart/master/docker-compose.yml --output docker-compose.yml && docker compose up --attach restheart