Mathieu Strypsteen
70a634f02c
All checks were successful
ShellCheck / shellcheck (push) Successful in 43s
4 lines
212 B
Docker
4 lines
212 B
Docker
FROM alpine
|
|
RUN apk add monero
|
|
USER 100:101
|
|
CMD monerod --non-interactive --prune-blockchain --rpc-use-ipv6 --rpc-restricted-bind-ip=0.0.0.0 --rpc-restricted-bind-ipv6-address=:: --rpc-restricted-bind-port=18089
|