From b2925d64e0db2dcb456d0f542968d9b529b81096 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sat, 19 Oct 2024 00:26:15 -0500 Subject: [PATCH] Restart unless stopped --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6c6a9b..108323f 100644 --- a/README.md +++ b/README.md @@ -27,5 +27,5 @@ then copy wwwroot to out # WITH DOCKER ```bash docker build -t bring-tytd-back:latest . - docker run -p 3252:3252 -d bring-tytd-back:latest + docker run --restart unless-stopped -p 3252:3252 -d bring-tytd-back:latest ``` \ No newline at end of file