fix
This commit is contained in:
@@ -45,23 +45,18 @@ services:
|
||||
stop_grace_period: 30s
|
||||
restart: unless-stopped
|
||||
entrypoint: ["goatd", "start"]
|
||||
expose:
|
||||
- 1317
|
||||
ports:
|
||||
- "15272:15272"
|
||||
- "15272:15272/udp"
|
||||
command:
|
||||
- --home /goat
|
||||
- --chain-id=goat-testnet3
|
||||
- --goat.geth /geth/geth.ipc
|
||||
- --api.enable
|
||||
- --api.address=tcp://0.0.0.0:1317
|
||||
- --p2p.external-address ${IP}:15272
|
||||
- --p2p.laddr 0.0.0.0:15272
|
||||
- --chain-id goat-testnet3
|
||||
- --goat.geth "/geth/geth.ipc"
|
||||
- --p2p.external-address "${IP}:15272"
|
||||
- --p2p.laddr "0.0.0.0:15272"
|
||||
environment:
|
||||
- "IP=${IP}"
|
||||
volumes:
|
||||
- "goat-testnet3-geth-pruned-pebble-path_node:/goat"
|
||||
- "goat-testnet3-geth-pruned-pebble-path_node:/root/.goat"
|
||||
- "goat-testnet3-geth-pruned-pebble-path:/geth"
|
||||
depends_on:
|
||||
- goat-testnet3
|
||||
|
||||
Reference in New Issue
Block a user