Skip to content

Commit

Permalink
feat(docker): restart on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisDommer committed Nov 3, 2023
1 parent 3e01110 commit 048337d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
context: ./WebSocketLanguageServer
dockerfile: Dockerfile
hostname: language-server
restart: on-failure
ports:
- "30000:30000"

Expand Down

0 comments on commit 048337d

Please sign in to comment.