Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zargarzadehm committed Jul 3, 2020
1 parent 7fc8941 commit e08e359
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ To use [dockerized proxy](https://hub.docker.com/r/ergopoolio/proxy), create you
```shell
$ touch /desired/path/mnemonic
$ touch /desired/path/sqlite.db
$ docker run -p 9000:9000 \
--restart=always \
-v /desired/path/configFile.conf:/home/ergo/proxy/proxy.conf \
-v /diesired/path/sqlite.db:/home/ergo/sqlite.db \
-v /desired/path/mnemonic:/home/ergo/mnemonic \
-d ergopoolio/proxy:latest
$ docker run -p 9000:9000 \
--restart=always \
-v /desired/path/configFile.conf:/home/ergo/proxy/proxy.conf \
-v /diesired/path/sqlite.db:/home/ergo/sqlite.db \
-v /desired/path/mnemonic:/home/ergo/mnemonic \
-d ergopoolio/proxy:latest
```
You can use 9000 port to load the proxy's panel.

NOTE: The /desired/path/sqlite.db and /desired/path/mnemonic files must have 777 permission or owner/group numeric id equal to 9052 to be writable by the container.
NOTE: The`/desired/path/sqlite.db` and `/desired/path/mnemonic` files must have 777 permission or owner/group numeric id equal to 9052 to be writable by the container.

0 comments on commit e08e359

Please sign in to comment.