fix
This commit is contained in:
@@ -40,8 +40,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./metis/geth.env
|
- ./metis/geth.env
|
||||||
depends_on:
|
depends_on:
|
||||||
dtl:
|
- metis-dtl
|
||||||
condition: service_healthy
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "curl http://127.0.0.1:8545"]
|
test: ["CMD-SHELL", "curl http://127.0.0.1:8545"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
@@ -69,7 +68,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: nginx
|
image: nginx
|
||||||
depends_on:
|
depends_on:
|
||||||
- mantle-fullnode
|
- metis
|
||||||
expose:
|
expose:
|
||||||
- 80
|
- 80
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user