File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed
Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1- FROM madebytimo/builder AS builder
1+ FROM --platform=$BUILDPLATFORM madebytimo/builder AS builder
22
33ARG TARGETPLATFORM
44
Original file line number Diff line number Diff line change @@ -12,8 +12,12 @@ This Container image extends the [base image].
1212
1313### Environment variables
1414
15- - ` VARIABLE `
16- - Set to ` true ` to enable ..., default: ``.
15+ - ` BATCH_SIZE `
16+ - How many blocks are processed in a single batch during chain synchronization, default: ` 10 ` .
17+ - ` PROXY_URL `
18+ - Run network communication through specified proxy.
19+ - ` PRUNE_BLOCKCHAIN `
20+ - Remove non-critical blockchain information from the local blockchain.
1721
1822### Volumes
1923
Original file line number Diff line number Diff line change 1- v0.0.2
1+ v0.1.0
Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ services:
1111 - " ./data-local:/media/monerod"
1212 ports :
1313 - " 127.0.0.1:18081:18081"
14+ - " 127.0.0.1:18082:18082"
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ if [[ "$PRUNE_BLOCKCHAIN" == "true" ]]; then
1212fi
1313
1414/opt/monero/monerod " ${ADDITIONAL_ARGUMENTS[@]} " --block-sync-size " $BATCH_SIZE " \
15- --confirm-external-bind --data-dir /media/monerod --in-peers 100 --non-interactive \
16- --restricted-rpc --rpc-bind-ip 0.0.0.0 " $@ "
15+ --confirm-external-bind --data-dir /media/monerod --in-peers 100 --log-file /dev/null \
16+ --non-interactive -- restricted-rpc --rpc-bind-ip 0.0.0.0 " $@ "
You can’t perform that action at this time.
0 commit comments