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

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

parent 09d5fb57
No related branches found
No related tags found
1 merge request!126compose: Fix --public-addr passed arg, move --pruning after
Pipeline #18501 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.
Finish editing this message first!
Please register or to comment