From a41ea10f64ab961b04cf5bfb7e8257fb1d4a24fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wypch=C5=82o?= Date: Fri, 29 Jul 2022 12:05:01 +0200 Subject: [PATCH] upgrade to handshakeorg/hsd:4.0.2 (#2179) * use handshakeorg/hsd:4.0.2 * add --no-auth --- docker-compose.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6b0e35ad..8f2ef5af 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -122,17 +122,11 @@ services: - 9000 handshake: - image: skynetlabs/hsd:3.0.1 - command: --chain-migrate=2 --wallet-migrate=1 + image: handshakeorg/hsd:4.0.2 + command: --chain-migrate=3 --no-wallet --no-auth --compact-tree-on-init --network=main --http-host=0.0.0.0 container_name: handshake restart: unless-stopped logging: *default-logging - environment: - - HSD_HTTP_HOST=0.0.0.0 - - HSD_NETWORK=main - - HSD_PORT=12037 - env_file: - - .env volumes: - ./docker/data/handshake/.hsd:/root/.hsd networks: