Skip to content
Snippets Groups Projects
Commit e841ef0f authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix: Docker `--unsafe-ws-external` no more exist

parent 20ebf458
No related branches found
No related tags found
1 merge request!240runtime-800 updates
This commit is part of merge request !240. Comments created here will be created in the context of that merge request.
...@@ -91,7 +91,7 @@ esac ...@@ -91,7 +91,7 @@ esac
set -- "$@" \ set -- "$@" \
"${chain[@]}" \ "${chain[@]}" \
-d /var/lib/duniter --unsafe-rpc-external --unsafe-ws-external -d /var/lib/duniter --unsafe-rpc-external
echo "Starting duniter with parameters:" "$@" echo "Starting duniter with parameters:" "$@"
exec duniter "$@" exec duniter "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment