Skip to content
Snippets Groups Projects

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

Merged Moul requested to merge fix_compose into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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"
Loading