From 238bee3d92b2067dc580243c3fbe5d151392e5a6 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 1 May 2022 10:27:54 -0700 Subject: [PATCH] fix(production): Mounting swarm.key with IPFS container --- production/docker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/docker/docker-compose.yml b/production/docker/docker-compose.yml index b27bf5b..3c7cf48 100644 --- a/production/docker/docker-compose.yml +++ b/production/docker/docker-compose.yml @@ -30,7 +30,7 @@ services: - 172.17.0.1:8080:8080 volumes: - ../data/go-ipfs/data:/data/ipfs - - ../data/go-ipfs/export:/export + - ../../swarm.key:/data/ipfs/swarm.key # https://docs.docker.com/compose/compose-file/compose-file-v3/#command # https://github.com/ipfs/go-ipfs/blob/91c52657166bcf86f2476926e4fe56694dc26562/Dockerfile#L115 command: