forked from TrueCloudLab/frostfs-node
[#671] config/testnet: Update NeoFS storage version
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
d34149a67e
commit
48c3573e0c
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ However, if you need to rebuild it for some reason, run
|
||||||
$ make image-storage-testnet
|
$ make image-storage-testnet
|
||||||
...
|
...
|
||||||
Successfully built ab0557117b02
|
Successfully built ab0557117b02
|
||||||
Successfully tagged nspccdev/neofs-storage-testnet:0.21.1
|
Successfully tagged nspccdev/neofs-storage-testnet:0.22.2
|
||||||
```
|
```
|
||||||
|
|
||||||
## Deploy node
|
## Deploy node
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
version: "2.4"
|
version: "2.4"
|
||||||
services:
|
services:
|
||||||
storage01:
|
storage01:
|
||||||
image: nspccdev/neofs-storage-testnet:0.21.1
|
image: nspccdev/neofs-storage-testnet:0.22.2
|
||||||
container_name: neofs-testnet
|
container_name: neofs-testnet
|
||||||
env_file: node_config.env
|
env_file: node_config.env
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
|
Loading…
Reference in a new issue