Updated readme

This commit is contained in:
Jamie Curnow 2018-08-30 14:42:16 +10:00
parent 32d6bf83c8
commit 6542f4c2fe

View File

@ -73,21 +73,6 @@ Version 2 has the following improvements:
- It's super sexy
### Raspberry Pi / ARMHF
```bash
docker run -d \
--name nginx-proxy-manager \
-p 80:80 \
-p 81:81 \
-p 443:443 \
-v /path/to/config:/config \
-v /path/to/letsencrypt:/etc/letsencrypt \
--restart always \
jc21/nginx-proxy-manager:latest-armhf
```
## Administration
When your docker container is running, connect to it on port `81` for the admin interface.