Update handshake chain migration in docker compose
This commit is contained in:
parent
b00d93cfa6
commit
409cceea24
|
@ -103,7 +103,9 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./docker/handshake
|
context: ./docker/handshake
|
||||||
dockerfile: Dockerfile
|
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
|
container_name: handshake
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
|
|
Reference in New Issue