Skip to content

Commit

Permalink
Fix container exec arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
olanod committed Feb 16, 2024
1 parent ec9572e commit fe8a3fa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions kreivo-collator.container
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ PublishPort=30333:30333
PublishPort=30334:30334
PublishPort=9615:9615
LogDriver=passthrough
Exec=/usr/bin/virto-node \
--name kreivo-collator.%H \
Exec=--name kreivo-collator.%H \
--collator \
--bootnodes $BOOTNODES \
--base-path /data $NODE_ARGS \
Expand Down
3 changes: 1 addition & 2 deletions kreivo-full.container
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ PublishPort=30333:30333
PublishPort=30334:30334
PublishPort=9615:9615
LogDriver=passthrough
Exec=/usr/bin/virto-node \
--name kreivo.%H \
Exec=--name kreivo.%H \
--rpc-external \
--rpc-cors=all \
--pruning archive-canonical \
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "virto-node"
version = "0.7.2"
version = "0.7.3"
authors = ['Virto Team <[email protected]>']
license = "GPL-3.0-only"
homepage = 'https://github.com/virto-network/virto-node'
Expand Down
2 changes: 1 addition & 1 deletion runtime/kreivo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kreivo-runtime"
description = "Kreivo Runtime"
version = "0.7.2"
version = "0.7.3"
authors = ['Virto Team <[email protected]>']
license = "GPL-3.0-only"
homepage = 'https://github.com/virto-network/virto-node'
Expand Down

0 comments on commit fe8a3fa

Please sign in to comment.