Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
#1: Updates the link to the image to point to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
tlex committed Feb 9, 2020
1 parent 48b98c0 commit c383fe2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ docker run --rm -it -p 9308:9308 \
-e ADDRESSES="0x90833394dB1b53f08B9D97dab8BEFf69FCf3bA49" \
-e TOKENS='[{"contract":"0x9b70740e708a083c6ff38df52297020f5dfaa5ee","name":"Daneel","short":"DAN","decimals": 10},{"contract":"0xd26114cd6EE289AccF82350c8d8487fedB8A0C07","name":"OmiseGO","short":"OMG","decimals":18}]'
--name etherscan-exporter \
registry.gitlab.com/ix.ai/etherscan-exporter:latest
ixdotai/etherscan-exporter:latest
```

## Supported variables:
Expand All @@ -41,7 +41,6 @@ The technical information can be found on [etherscan.io](https://etherscan.io/to
Starting with version v0.3.1, the images are multi-arch, with builds for amd64, arm64, armv7 and armv6.
* `vN.N.N` - for example v0.3.0
* `latest` - always pointing to the latest version
* `dev-branch` - the last build on a feature/development branch
* `dev-master` - the last build on the master branch

## Resources:
Expand Down

0 comments on commit c383fe2

Please sign in to comment.