mirror of
https://git.wownero.com/lza_menace/docker-wownero.git
synced 2024-08-15 01:03:31 +00:00
fix other daemon cli args
This commit is contained in:
parent
17630f3d62
commit
49f3de1ac1
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ services:
|
||||||
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 34570 --log-level 0
|
wownerod --data-dir=/data --rpc-bind-ip=0.0.0.0 --rpc-restricted-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