update README

This commit is contained in:
Andy 2016-03-23 11:59:34 +01:00
parent b10004d414
commit 4c9c43ac44
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

View File

@ -3,11 +3,6 @@ Intro
Running Zeronet in Docker container
Build
=====
```
docker build -t my/zeronet .
```
Run
===
@ -37,3 +32,9 @@ docker-compose up -d
```
And access it via `http://zeronet:43110`
If you wish to build the image
```
docker build -t my/zeronet .
```