mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Updated README with armhf
This commit is contained in:
parent
5b58fb3bd2
commit
10e87d2e6f
15
README.md
15
README.md
@ -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
|
## Administration
|
||||||
|
|
||||||
Now that your docker container is running, connect to it on port `81` for the admin interface.
|
Now that your docker container is running, connect to it on port `81` for the admin interface.
|
||||||
|
Loading…
Reference in New Issue
Block a user