mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
Merge pull request #1047 from soaryong-c/fix-local-docker-up-failed
Fix fail local testnet docker-compose up
This commit is contained in:
commit
fe393048f9
@ -10,7 +10,7 @@ services:
|
||||
- ID=0
|
||||
- LOG=${LOG:-kvd.log}
|
||||
volumes:
|
||||
- ./build/linux:/kvd:Z
|
||||
- ./build:/kvd:Z
|
||||
networks:
|
||||
localnet:
|
||||
ipv4_address: 192.168.10.2
|
||||
@ -24,7 +24,7 @@ services:
|
||||
- ID=1
|
||||
- LOG=${LOG:-kvd.log}
|
||||
volumes:
|
||||
- ./build/linux:/kvd:Z
|
||||
- ./build:/kvd:Z
|
||||
networks:
|
||||
localnet:
|
||||
ipv4_address: 192.168.10.3
|
||||
@ -38,7 +38,7 @@ services:
|
||||
ports:
|
||||
- "26661-26662:26656-26657"
|
||||
volumes:
|
||||
- ./build/linux:/kvd:Z
|
||||
- ./build:/kvd:Z
|
||||
networks:
|
||||
localnet:
|
||||
ipv4_address: 192.168.10.4
|
||||
@ -52,7 +52,7 @@ services:
|
||||
ports:
|
||||
- "26663-26664:26656-26657"
|
||||
volumes:
|
||||
- ./build/linux:/kvd:Z
|
||||
- ./build:/kvd:Z
|
||||
networks:
|
||||
localnet:
|
||||
ipv4_address: 192.168.10.5
|
||||
|
Loading…
Reference in New Issue
Block a user