Update handshake chain migration in docker compose

This commit is contained in:
Matthew Sevey 2021-08-11 09:38:31 -04:00
parent b00d93cfa6
commit 409cceea24
No known key found for this signature in database
GPG Key ID: 9ADDD344F13057F6
1 changed files with 3 additions and 1 deletions

View File

@ -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