system-config/containers/monero/Dockerfile
Mathieu Strypsteen 70a634f02c
All checks were successful
ShellCheck / shellcheck (push) Successful in 43s
Switch to docker.io/alpine
2023-11-21 19:53:30 +01:00

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