From 409cceea24b3026a452d7afb8b13c9434af6b315 Mon Sep 17 00:00:00 2001 From: Matthew Sevey Date: Wed, 11 Aug 2021 09:38:31 -0400 Subject: [PATCH] Update handshake chain migration in docker compose --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b61b44c3..a2bf3f42 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -103,7 +103,9 @@ services: build: context: ./docker/handshake dockerfile: Dockerfile - command: --chain-migrate=1 --wallet-migrate=1 + # Uncomment this line if you need to migrate the handshake db for the chain + # migration. For new portal set ups this line does not appear to be needed. + # command: --chain-migrate=1 --wallet-migrate=1 container_name: handshake restart: unless-stopped logging: *default-logging