From 282c54a540ab6ab2afccfdcbb74a920416044801 Mon Sep 17 00:00:00 2001 From: Matthew Tran Date: Mon, 8 Jan 2024 03:44:27 +0000 Subject: [PATCH] update p2pool v3.10 --- minecraft/server.properties | 2 +- p2pool/Dockerfile | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/minecraft/server.properties b/minecraft/server.properties index 1bc46be..a3b1d53 100644 --- a/minecraft/server.properties +++ b/minecraft/server.properties @@ -3,7 +3,7 @@ allow-flight=false allow-nether=true broadcast-console-to-ops=true broadcast-rcon-to-ops=true -difficulty=normal +difficulty=hard enable-command-block=false enable-jmx-monitoring=false enable-query=false diff --git a/p2pool/Dockerfile b/p2pool/Dockerfile index 1772d25..09a170d 100644 --- a/p2pool/Dockerfile +++ b/p2pool/Dockerfile @@ -7,9 +7,9 @@ RUN useradd -m matt USER matt WORKDIR /home/matt -# currently v3.9 -RUN wget https://github.com/SChernykh/p2pool/releases/download/v3.9/p2pool-v3.9-linux-x64.tar.gz -RUN tar xvf p2pool-v3.9-linux-x64.tar.gz -RUN mv p2pool-v3.9-linux-x64/p2pool ./p2pool +# currently v3.10 +RUN wget https://github.com/SChernykh/p2pool/releases/download/v3.10/p2pool-v3.10-linux-x64.tar.gz +RUN tar xvf p2pool-v3.10-linux-x64.tar.gz +RUN mv p2pool-v3.10-linux-x64/p2pool ./p2pool COPY --chown=matt:matt entry.sh ./