fix missed port numbers

This commit is contained in:
rhuairahrighairigh 2018-08-17 11:38:15 -04:00
parent f34954c1cd
commit a687d7c718

View File

@ -4,7 +4,7 @@ services:
image: kava/kava image: kava/kava
command: ["kvd", "start"] command: ["kvd", "start"]
ports: ports:
- 46657:46657 - 26657:26657
volumes: volumes:
- ~/.kvd:/root/.kvd - ~/.kvd:/root/.kvd
- ~/.kvcli:/root/.kvcli - ~/.kvcli:/root/.kvcli