update docker run instruction
This commit is contained in:
parent
2834a2d987
commit
ea72ffad77
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ It downloads the latest version of ZeroNet then starts it automatically.
|
||||||
* Open http://127.0.0.1:43110/ in your browser
|
* Open http://127.0.0.1:43110/ in your browser
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
* `docker run -p 15441:15441 -p 43110:43110 nofish/zeronet`
|
* `docker run -d -v <local_data_folder>:/root/data -p 15441:15441 -p 43110:43110 nofish/zeronet`
|
||||||
* Open http://127.0.0.1:43110/ in your browser
|
* Open http://127.0.0.1:43110/ in your browser
|
||||||
|
|
||||||
## Current limitations
|
## Current limitations
|
||||||
|
|
Loading…
Reference in a new issue