add restart: unless-stopped to docker compose

This commit is contained in:
sk1982 2024-04-07 05:48:55 -04:00
parent bae2031360
commit 75abba3c34

View File

@ -9,3 +9,5 @@ services:
- NEXTAUTH_SECRET=[insert_random_string_here]
ports:
- 3000:1430
restart: unless-stopped