restart in compose file

This commit is contained in:
David Frankel 2023-12-30 11:12:01 -06:00
parent 99a63d7d81
commit 172cefdf19

View File

@ -7,3 +7,4 @@ services:
- '3000:3000'
environment:
- NODE_ENV=production
restart: unless-stopped