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 88263be commit 1361a5bCopy full SHA for 1361a5b
docker-compose.yml
@@ -2,12 +2,6 @@ services:
2
web:
3
image: swiftfiddle/swiftfiddle-lsp:latest
4
container_name: swiftfiddle-lsp
5
- environment:
6
- POSTGRES_HOST: db
7
- POSTGRES_PORT: 10000
8
- POSTGRES_DB: database
9
- POSTGRES_USER: postgres
10
- POSTGRES_PASSWORD: postgres
11
ports:
12
- 80:8080
13
healthcheck:
0 commit comments