hekmon commited on
Commit
3b9e07b
·
verified ·
1 Parent(s): 4bc5b53

Update docker-compose.yaml

Browse files
Files changed (1) hide show
  1. docker-compose.yaml +1 -1
docker-compose.yaml CHANGED
@@ -14,7 +14,7 @@ services:
14
  ports:
15
  - "127.0.0.1:8000:9000"
16
  healthcheck:
17
- test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
18
  interval: 30s
19
  timeout: 10s
20
  retries: 3
 
14
  ports:
15
  - "127.0.0.1:8000:9000"
16
  healthcheck:
17
+ test: ["CMD", "curl", "-f", "http://localhost:9000/health"]
18
  interval: 30s
19
  timeout: 10s
20
  retries: 3