Update docker-compose.yml
This commit is contained in:
parent
90acabfdd7
commit
d7fb0658c7
@ -17,7 +17,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: maticgasstation.Dockerfile
|
dockerfile: maticgasstation.Dockerfile
|
||||||
expose:
|
ports:
|
||||||
- '127.0.0.1:7000:7000'
|
- '127.0.0.1:7000:7000'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "curl http://localhost:7000/v2"]
|
test: ["CMD-SHELL", "curl http://localhost:7000/v2"]
|
||||||
|
Loading…
Reference in New Issue
Block a user