mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 12:07:56 +00:00
update p2pool v4.2
This commit is contained in:
parent
d0a3aa4d2d
commit
2a470a0234
@ -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
|
||||
|
@ -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 ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user