mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
update Dockerfile
This commit is contained in:
parent
8d71405a59
commit
671c51d0b6
1 changed files with 5 additions and 6 deletions
11
Dockerfile
11
Dockerfile
|
@ -116,8 +116,8 @@ RUN set -ex \
|
||||||
&& make install
|
&& make install
|
||||||
|
|
||||||
# Udev
|
# Udev
|
||||||
ARG UDEV_VERSION=v3.2.8
|
ARG UDEV_VERSION=v3.2.10
|
||||||
ARG UDEV_HASH=d69f3f28348123ab7fa0ebac63ec2fd16800c5e0
|
ARG UDEV_HASH=be7068512c7512fa67c64fbff3472ab140c277c8
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& git clone https://github.com/gentoo/eudev -b ${UDEV_VERSION} \
|
&& git clone https://github.com/gentoo/eudev -b ${UDEV_VERSION} \
|
||||||
&& cd eudev \
|
&& cd eudev \
|
||||||
|
@ -202,11 +202,10 @@ VOLUME /home/wownero/.wownero
|
||||||
# wownero-wallet-cli
|
# wownero-wallet-cli
|
||||||
VOLUME /wallet
|
VOLUME /wallet
|
||||||
|
|
||||||
EXPOSE 38080
|
EXPOSE 34567
|
||||||
EXPOSE 38081
|
EXPOSE 34568
|
||||||
|
|
||||||
# switch to user wownero
|
# switch to user wownero
|
||||||
USER wownero
|
USER wownero
|
||||||
|
|
||||||
ENTRYPOINT ["wownerod", "--p2p-bind-ip=0.0.0.0", "--p2p-bind-port=38080", "--rpc-bind-ip=0.0.0.0", "--rpc-bind-port=38081", "--non-interactive", "--confirm-external-bind"]
|
ENTRYPOINT ["wownerod", "--p2p-bind-ip=0.0.0.0", "--p2p-bind-port=34567", "--rpc-bind-ip=0.0.0.0", "--rpc-bind-port=34568", "--non-interactive", "--confirm-external-bind"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue