Skip to content

Commit 10e87d2

Browse files
committed
Updated README with armhf
1 parent 5b58fb3 commit 10e87d2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,21 @@ docker run -d \
7070
```
7171

7272

73+
### Raspberry Pi / ARMHF
74+
75+
```bash
76+
docker run -d \
77+
--name nginx-proxy-manager \
78+
-p 80:80 \
79+
-p 81:81 \
80+
-p 443:443 \
81+
-v /path/to/config:/config \
82+
-v /path/to/letsencrypt:/etc/letsencrypt \
83+
--restart always \
84+
jc21/nginx-proxy-manager:latest-armhf
85+
```
86+
87+
7388
## Administration
7489

7590
Now that your docker container is running, connect to it on port `81` for the admin interface.

0 commit comments

Comments
 (0)