Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjia404 committed Jun 27, 2023
1 parent 8348d9a commit 659450e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Output the content of zeronet to the web, because search engines can only index

### run
```
.\zeronet2web.exe -dir "F:/soft/ZeroNet-win/data/" -host "https://zeronet.ipfsscan/"
.\zeronet2web.exe -dir "F:/soft/ZeroNet-win/data/" -host "https://zeronet.ipfsscan.io/"
```

### docker run
```
docker run -it -v /mnt/f/soft/zeroNet-win/data/:/zeronet-data/ -v ./db/:/app/db/ -p 20236:20236 chenjia404/zeronet2web /zeronet-data/ -dir "/zeronet-data/" -host "https://zeronet.ipfsscan/"
docker run -it -v /mnt/f/soft/zeroNet-win/data/:/zeronet-data/ -v ./db/:/app/db/ -p 20236:20236 chenjia404/zeronet2web /zeronet-data/ -dir "/zeronet-data/" -host "https://zeronet.ipfsscan.io/"
```

Note that please change `/mnt/f/soft/zeroNet-win/data/` to the data directory of your zeronet.
Expand Down

0 comments on commit 659450e

Please sign in to comment.