docker-compose.yml: fix typo

This commit is contained in:
Hector Jusforgues 2018-01-07 11:12:57 +01:00 committed by GitHub
parent 882b1313ba
commit 295d97e29f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ services:
- "btcd:blockchain" - "btcd:blockchain"
volumes: volumes:
# shared volume is need to store the btcd rpc certificates and us it within # shared volume is need to store the btcd rpc certificates and use it within
# btcctl and lnd containers. # btcctl and lnd containers.
shared: shared:
driver: local driver: local