Skip to content

Commit

Permalink
Restarting automatically for docker compose
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Fish <[email protected]>
  • Loading branch information
fishcharlie committed Sep 15, 2024
1 parent 90517fe commit a13b99e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
volumes:
- .:/project
command: "node project/dist/src/WebSocket.js"
restart: unless-stopped
environment:
- NODE_ENV=production
ports:
Expand Down

0 comments on commit a13b99e

Please sign in to comment.