From 4bcda53b49ae0441159a5563c7078e8e91c9bec2 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Sat, 30 Sep 2023 00:12:34 +0200 Subject: [PATCH] Add a restart policy --- application/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/start.sh b/application/start.sh index 5933f51..ea2632c 100644 --- a/application/start.sh +++ b/application/start.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker run -p 8090:8080 -d --rm launcher_json \ No newline at end of file +docker run -p 8090:8080 --restart unless-stopped -d --rm launcher_json \ No newline at end of file