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: ...@@ -45,9 +45,9 @@ services:
command: command:
- "--node-key-file=/var/lib/duniter/node.key" - "--node-key-file=/var/lib/duniter/node.key"
- "--public-addr" - "--public-addr"
- "--pruning=14400"
# SERVER_DOMAIN should be replaced by a domain name that point on your server # SERVER_DOMAIN should be replaced by a domain name that point on your server
- "/dns/${SERVER_DOMAIN?SERVER_DOMAIN should be set}/tcp/30333" - "/dns/${SERVER_DOMAIN?SERVER_DOMAIN should be set}/tcp/30333"
- "--rpc-cors=all" - "--rpc-cors=all"
- "--rpc-methods=Unsafe" - "--rpc-methods=Unsafe"
- "--validator" - "--validator"
- "--pruning=14400"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment