fix
This commit is contained in:
@@ -45,23 +45,18 @@ services:
|
||||
stop_grace_period: 30s
|
||||
restart: unless-stopped
|
||||
entrypoint: ["goatd", "start"]
|
||||
expose:
|
||||
- 1317
|
||||
ports:
|
||||
- "15461:15461"
|
||||
- "15461:15461/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}:15461
|
||||
- --p2p.laddr 0.0.0.0:15461
|
||||
- --chain-id goat-testnet3
|
||||
- --goat.geth "/geth/geth.ipc"
|
||||
- --p2p.external-address "${IP}:15461"
|
||||
- --p2p.laddr "0.0.0.0:15461"
|
||||
environment:
|
||||
- "IP=${IP}"
|
||||
volumes:
|
||||
- "goat-testnet3-geth-archive-leveldb-hash_node:/goat"
|
||||
- "goat-testnet3-geth-archive-leveldb-hash_node:/root/.goat"
|
||||
- "goat-testnet3-geth-archive-leveldb-hash:/geth"
|
||||
depends_on:
|
||||
- goat-testnet3-archive
|
||||
|
||||
Reference in New Issue
Block a user