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