From bec7c11e46c4d65bfe50e813b5d9c0d2690d8bcf Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 16 May 2022 12:31:53 -0700 Subject: [PATCH] Updating README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1992e27..ab98d94 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,11 @@ npm install The [docker](./production/docker) directory contains a Dockerfile for building a production deployment. ``` -docker-compose build --no-cache +docker-compose pull docker-compose up -d ``` -- Bring the containers up once, then take them back down with `docker-compose down`. -- Copy the [swarm.key](./swarm.key) file to `ipfs-service-provider/production/data/go-ipfs/data/swarm.key`. -- Bring the containers back up with `docker-compose up -d`. +You can bring the containers back up with `docker-compose up -d`. ### Operation Notes