Restart unless stopped

This commit is contained in:
Mike Nolan 2024-10-19 00:26:15 -05:00
parent ff931a0b53
commit b2925d64e0
1 changed files with 1 additions and 1 deletions

View File

@ -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
```