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:
|
||||
context: ../../wownerod_exporter
|
||||
environment:
|
||||
DAEMON_HOST: http://wownerod:34568
|
||||
DAEMON_HOST: http://wownerod:34570
|
||||
PORT: 8080
|
||||
ports:
|
||||
- 127.0.0.1:8080:8080
|
||||
wownerod:
|
||||
image: lalanza808/wownero:latest
|
||||
volumes:
|
||||
- ./data/daemon:/data
|
||||
- ~/data/daemon:/data
|
||||
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:
|
||||
- 34567:34567
|
||||
- 34568:34568
|
||||
|
|
Loading…
Reference in a new issue