mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 20:17:54 +00:00
update p2pool v3.10
This commit is contained in:
parent
5ba909478a
commit
282c54a540
@ -3,7 +3,7 @@ allow-flight=false
|
|||||||
allow-nether=true
|
allow-nether=true
|
||||||
broadcast-console-to-ops=true
|
broadcast-console-to-ops=true
|
||||||
broadcast-rcon-to-ops=true
|
broadcast-rcon-to-ops=true
|
||||||
difficulty=normal
|
difficulty=hard
|
||||||
enable-command-block=false
|
enable-command-block=false
|
||||||
enable-jmx-monitoring=false
|
enable-jmx-monitoring=false
|
||||||
enable-query=false
|
enable-query=false
|
||||||
|
@ -7,9 +7,9 @@ RUN useradd -m matt
|
|||||||
USER matt
|
USER matt
|
||||||
WORKDIR /home/matt
|
WORKDIR /home/matt
|
||||||
|
|
||||||
# currently v3.9
|
# currently v3.10
|
||||||
RUN wget https://github.com/SChernykh/p2pool/releases/download/v3.9/p2pool-v3.9-linux-x64.tar.gz
|
RUN wget https://github.com/SChernykh/p2pool/releases/download/v3.10/p2pool-v3.10-linux-x64.tar.gz
|
||||||
RUN tar xvf p2pool-v3.9-linux-x64.tar.gz
|
RUN tar xvf p2pool-v3.10-linux-x64.tar.gz
|
||||||
RUN mv p2pool-v3.9-linux-x64/p2pool ./p2pool
|
RUN mv p2pool-v3.10-linux-x64/p2pool ./p2pool
|
||||||
|
|
||||||
COPY --chown=matt:matt entry.sh ./
|
COPY --chown=matt:matt entry.sh ./
|
||||||
|
Loading…
x
Reference in New Issue
Block a user