Updated README with armhf

This commit is contained in:
Jamie Curnow 2018-07-31 10:28:53 +10:00
parent 5b58fb3bd2
commit 10e87d2e6f

View File

@ -70,6 +70,21 @@ docker run -d \
```
### 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
Now that your docker container is running, connect to it on port `81` for the admin interface.