Skip to content
Snippets Groups Projects
Commit 0218a035 authored by Moul's avatar Moul
Browse files

compose: Fix --public-addr passed arg, move --pruning after

parent 585d5807
No related branches found
No related tags found
No related merge requests found
Pipeline #18492 waiting for manual action
......@@ -45,9 +45,9 @@ services:
command:
- "--node-key-file=/var/lib/duniter/node.key"
- "--public-addr"
- "--pruning=14400"
# SERVER_DOMAIN should be replaced by a domain name that point on your server
- "/dns/${SERVER_DOMAIN?SERVER_DOMAIN should be set}/tcp/30333"
- "--rpc-cors=all"
- "--rpc-methods=Unsafe"
- "--validator"
- "--pruning=14400"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment