mirror of
https://git.wownero.com/lza_menace/docker-wownero.git
synced 2024-08-15 01:03:31 +00:00
bump to latest release
This commit is contained in:
parent
946b3e9cf5
commit
89eae30f44
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
build-essential cmake pkg-config libboost-all-dev \
|
build-essential cmake pkg-config libboost-all-dev \
|
||||||
libssl-dev libzmq3-dev libunbound-dev libsodium-dev libpgm-dev git
|
libssl-dev libzmq3-dev libunbound-dev libsodium-dev libpgm-dev git
|
||||||
|
|
||||||
RUN git clone https://git.wownero.com/wownero/wownero --depth=1 --branch=v0.9.1.0 .
|
RUN git clone https://git.wownero.com/wownero/wownero --depth=1 --branch=v0.9.2.0 .
|
||||||
|
|
||||||
RUN make -j2
|
RUN make -j2
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8080:8080
|
- 127.0.0.1:8080:8080
|
||||||
wownerod:
|
wownerod:
|
||||||
image: lalanza808/wownero:v0.9.1.0
|
image: lalanza808/wownero:v0.9.2.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ~/data/daemon:/data
|
- ~/data/daemon:/data
|
||||||
|
|
Loading…
Reference in a new issue