Skip to content

Commit

Permalink
Bump to v1.0.0 (stakewise#229)
Browse files Browse the repository at this point in the history
Signed-off-by: cyc60 <[email protected]>
  • Loading branch information
cyc60 authored Nov 15, 2023
1 parent 4d760e3 commit 804fef2
Show file tree
Hide file tree
Showing 3 changed files with 442 additions and 446 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ docker build --pull -t stakewiselabs/v3-operator .
or pull existing one:
```sh
docker pull europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator:v0.3.4
docker pull europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator:v1.0.0
```
You have to mount keystores and deposit data folders into docker container.
Expand All @@ -221,7 +221,7 @@ Start the container with the following command:
```sh
docker run --restart on-failure:10 \
-v ~/.stakewise/:/data \
europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator:v0.3.4 \
europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator:v1.0.0 \
src/main.py start \
--vault=0x3320ad928c20187602a2b2c04eeaa813fa899468 \
--data-dir=/data \
Expand Down
Loading

0 comments on commit 804fef2

Please sign in to comment.