diff --git a/docker-compose.yml b/docker-compose.yml index 392b009..dd2a946 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ services: constraints: - node.role == manager explorer: - image: ianamunoz/zcash-insight-explorer:v1.1.1 + image: zcash-hackworks/zcash-insight-explorer:latest deploy: placement: constraints: diff --git a/docker-service.sh b/docker-service.sh index 84f1553..cacf5d9 100755 --- a/docker-service.sh +++ b/docker-service.sh @@ -5,4 +5,4 @@ docker service create -t \ --hostname explorer.beta.z.cash \ --label traefik.port=3001 \ --label traefik.frontend.rule='Host:explorer.beta.z.cash;' \ - ianamunoz/insight-explorer-zcash:v1.1.1 + zcash-hackworks/insight-explorer-zcash:latest diff --git a/docs/ad_hoc_gcp.md b/docs/ad_hoc_gcp.md index e041d43..1ad2b7e 100644 --- a/docs/ad_hoc_gcp.md +++ b/docs/ad_hoc_gcp.md @@ -27,7 +27,7 @@ sudo apt-get install git ``` Clone repo and build image ``` -git clone https://github.com/ianamunoz/zcash-insight-explorer.git +git clone https://github.com/zcash-hackworks/zcash-insight-explorer.git cd zcash-insight-explorer docker build -t zcash-hackworks/zcash-insight-explorer . ```