mirror of
https://git.wownero.com/lza_menace/docker-wownero.git
synced 2024-08-15 01:03:31 +00:00
update default ports and set specific path
This commit is contained in:
parent
0eb1ae014f
commit
e276de99fa
1 changed files with 3 additions and 3 deletions
|
@ -42,16 +42,16 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ../../wownerod_exporter
|
context: ../../wownerod_exporter
|
||||||
environment:
|
environment:
|
||||||
DAEMON_HOST: http://wownerod:34568
|
DAEMON_HOST: http://wownerod:34570
|
||||||
PORT: 8080
|
PORT: 8080
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8080:8080
|
- 127.0.0.1:8080:8080
|
||||||
wownerod:
|
wownerod:
|
||||||
image: lalanza808/wownero:latest
|
image: lalanza808/wownero:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/daemon:/data
|
- ~/data/daemon:/data
|
||||||
command:
|
command:
|
||||||
wownerod --data-dir=/data --rpc-bind-ip=0.0.0.0 --confirm-external-bind --non-interactive --public-node --rpc-restricted-bind-port 34568 --rpc-bind-port 34569
|
wownerod --data-dir=/data --rpc-bind-ip=0.0.0.0 --confirm-external-bind --non-interactive --public-node --rpc-restricted-bind-port 34568 --rpc-bind-port 34570 --log-level 0
|
||||||
ports:
|
ports:
|
||||||
- 34567:34567
|
- 34567:34567
|
||||||
- 34568:34568
|
- 34568:34568
|
||||||
|
|
Loading…
Reference in a new issue