add restart: unless-stopped to docker compose
This commit is contained in:
parent
bae2031360
commit
75abba3c34
@ -9,3 +9,5 @@ services:
|
|||||||
- NEXTAUTH_SECRET=[insert_random_string_here]
|
- NEXTAUTH_SECRET=[insert_random_string_here]
|
||||||
ports:
|
ports:
|
||||||
- 3000:1430
|
- 3000:1430
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user