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