From 295d97e29fcb93b53a252d94d31a10b385a6fdc6 Mon Sep 17 00:00:00 2001 From: Hector Jusforgues Date: Sun, 7 Jan 2018 11:12:57 +0100 Subject: [PATCH] docker-compose.yml: fix typo --- docker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 5c9fbd6b..e0e6b46d 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -90,7 +90,7 @@ services: - "btcd:blockchain" 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. shared: driver: local