@@ -44,7 +44,7 @@ It's easy to use another docker container for your database also and link it as
4444version : " 3"
4545services :
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`:
7777version: "3"
7878services:
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,
110110if you have issues please report them here.
111111
112+ Note : Rpi v2 and below won't work with these images.
113+
112114` ` ` bash
113115docker 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