mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-07 15:05:41 +01:00
config tool now runs with user permissions so we don't run into trouble on linux
This commit is contained in:
@@ -13,5 +13,6 @@ configure() {
|
||||
# configure features of cyphernode
|
||||
docker run -v $current_path/../data:/data \
|
||||
--log-driver=none\
|
||||
--rm -it cyphernodeconf:latest $recreate
|
||||
--rm -it cyphernodeconf:latest $(id -u):$(id -g) yo --no-insight cyphernode $recreate
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user