try host mode network
This commit is contained in:
parent
07435d0597
commit
fb29cc26b2
@ -5,6 +5,7 @@ services:
|
||||
command: ["sh", "/docker-entrypoint-scripts.d/create-fixturenet.sh"]
|
||||
volumes:
|
||||
- ../../init.sh:/docker-entrypoint-scripts.d/create-fixturenet.sh
|
||||
network_mode: "host"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-v", "http://127.0.0.1:6060"]
|
||||
interval: 1s
|
||||
@ -26,4 +27,5 @@ services:
|
||||
depends_on:
|
||||
laconicd:
|
||||
condition: service_healthy
|
||||
network_mode: "host"
|
||||
command: tail -F /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user