diff --git a/minecraft/server.properties b/minecraft/server.properties index 403d4e9..0192d7a 100644 --- a/minecraft/server.properties +++ b/minecraft/server.properties @@ -27,7 +27,7 @@ max-chained-neighbor-updates=1000000 max-players=20 max-tick-time=60000 max-world-size=29999984 -motd=A Minecraft Server +motd=poopy network-compression-threshold=256 online-mode=true op-permission-level=4 diff --git a/p2pool/Dockerfile b/p2pool/Dockerfile index 9ef55c9..3345cbc 100644 --- a/p2pool/Dockerfile +++ b/p2pool/Dockerfile @@ -6,9 +6,9 @@ RUN apt-get install -y wget USER ubuntu WORKDIR /home/ubuntu -# currently v4.1 -RUN wget https://github.com/SChernykh/p2pool/releases/download/v4.1/p2pool-v4.1-linux-x64.tar.gz -O p2pool.tar.gz +# currently v4.2 +RUN wget https://github.com/SChernykh/p2pool/releases/download/v4.2/p2pool-v4.2-linux-x64.tar.gz -O p2pool.tar.gz RUN tar xvf p2pool.tar.gz && rm p2pool.tar.gz -RUN mv p2pool-v4.1-linux-x64/p2pool ./p2pool +RUN mv p2pool-v4.2-linux-x64/p2pool ./p2pool COPY --chown=ubuntu:ubuntu entry.sh ./