Remove ​invalid ​​​character from docker repo

This commit is contained in:
Ben Evans 2015-11-10 13:38:53 +00:00
parent 3587777ea8
commit 22d9c00c9b
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ It downloads the latest version of ZeroNet then starts it automatically.
* Open http://127.0.0.1:43110/ in your browser
### Docker
* `docker run -p 15441:15441 -p 43110:43110 nofish/zeronet`
* `docker run -p 15441:15441 -p 43110:43110 nofish/zeronet`
* Open http://127.0.0.1:43110/ in your browser
## Current limitations