Skip to content

Commit 6d2f532

Browse files
committed
Updated arm instructions
1 parent f76c922 commit 6d2f532

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/INSTALL.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ It's easy to use another docker container for your database also and link it as
4444
version: "3"
4545
services:
4646
app:
47-
image: jc21/nginx-proxy-manager:2
47+
image: jc21/nginx-proxy-manager:latest
4848
restart: always
4949
ports:
5050
- 80:80
@@ -77,7 +77,7 @@ Via `docker-compose`:
7777
version: "3"
7878
services:
7979
app:
80-
image: jc21/nginx-proxy-manager:2
80+
image: jc21/nginx-proxy-manager:latest
8181
restart: always
8282
ports:
8383
- 80:80
@@ -100,15 +100,17 @@ docker run -d \
100100
-v /path/to/config.json:/app/config/production.json \
101101
-v /path/to/data:/data \
102102
-v /path/to/letsencrypt:/etc/letsencrypt \
103-
jc21/nginx-proxy-manager:2
103+
jc21/nginx-proxy-manager:latest
104104
```
105105

106106

107107
### Running on Raspberry PI / `armhf`
108108

109-
I have created a `armhf` docker container just for you. There may be issues with it,
109+
I have created `armhf` and `arm64` docker containers just for you. There may be issues with it,
110110
if you have issues please report them here.
111111

112+
Note: Rpi v2 and below won't work with these images.
113+
112114
```bash
113115
docker run -d \
114116
--name nginx-proxy-manager-app \
@@ -118,7 +120,7 @@ docker run -d \
118120
-v /path/to/config.json:/app/config/production.json \
119121
-v /path/to/data:/data \
120122
-v /path/to/letsencrypt:/etc/letsencrypt \
121-
jc21/nginx-proxy-manager:2-armhf
123+
jc21/nginx-proxy-manager:latest-armhf
122124
```
123125

124126

0 commit comments

Comments
 (0)