From aa0a91472bbe40fb85bcab0625a6b7fb5b1cfcc6 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Mon, 1 Aug 2022 13:48:58 +0200 Subject: [PATCH] use skynetlabs/skyd:1.6.2 --- docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8f2ef5af..0d78ab56 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,11 +15,11 @@ networks: services: sia: - build: - context: https://github.com/SkynetLabs/docker-skyd.git#main - dockerfile: scratch/Dockerfile - args: - branch: portal-latest + # uncomment "build" and comment out "image" to build from sources + # build: + # context: https://github.com/SkynetLabs/docker-skyd.git#main + # dockerfile: scratch/Dockerfile + image: skynetlabs/skyd:1.6.2 command: --disable-api-security --api-addr :9980 --modules gctwra container_name: sia restart: unless-stopped