We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e6075 commit 9668623Copy full SHA for 9668623
docker-compose.yml
@@ -4,6 +4,7 @@ services:
4
container_name: swiftfiddle-lsp
5
ports:
6
- 80:8080
7
+ restart: always
8
healthcheck:
9
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
10
interval: 5m
0 commit comments