@@ -44,7 +44,7 @@ It's easy to use another docker container for your database also and link it as
44
44
version : " 3"
45
45
services :
46
46
app :
47
- image : jc21/nginx-proxy-manager:2
47
+ image : jc21/nginx-proxy-manager:latest
48
48
restart : always
49
49
ports :
50
50
- 80:80
@@ -77,7 +77,7 @@ Via `docker-compose`:
77
77
version: "3"
78
78
services:
79
79
app:
80
- image: jc21/nginx-proxy-manager:2
80
+ image: jc21/nginx-proxy-manager:latest
81
81
restart: always
82
82
ports:
83
83
- 80:80
@@ -100,15 +100,17 @@ docker run -d \
100
100
-v /path/to/config.json:/app/config/production.json \
101
101
-v /path/to/data:/data \
102
102
-v /path/to/letsencrypt:/etc/letsencrypt \
103
- jc21/nginx-proxy-manager:2
103
+ jc21/nginx-proxy-manager:latest
104
104
` ` `
105
105
106
106
107
107
# ## Running on Raspberry PI / `armhf`
108
108
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,
110
110
if you have issues please report them here.
111
111
112
+ Note : Rpi v2 and below won't work with these images.
113
+
112
114
` ` ` bash
113
115
docker run -d \
114
116
--name nginx-proxy-manager-app \
@@ -118,7 +120,7 @@ docker run -d \
118
120
-v /path/to/config.json:/app/config/production.json \
119
121
-v /path/to/data:/data \
120
122
-v /path/to/letsencrypt:/etc/letsencrypt \
121
- jc21/nginx-proxy-manager:2 -armhf
123
+ jc21/nginx-proxy-manager:latest -armhf
122
124
` ` `
123
125
124
126
0 commit comments