mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Updated arm instructions
This commit is contained in:
parent
f76c9226c8
commit
6d2f532806
@ -44,7 +44,7 @@ It's easy to use another docker container for your database also and link it as
|
|||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: jc21/nginx-proxy-manager:2
|
image: jc21/nginx-proxy-manager:latest
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
@ -77,7 +77,7 @@ Via `docker-compose`:
|
|||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: jc21/nginx-proxy-manager:2
|
image: jc21/nginx-proxy-manager:latest
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
@ -100,15 +100,17 @@ docker run -d \
|
|||||||
-v /path/to/config.json:/app/config/production.json \
|
-v /path/to/config.json:/app/config/production.json \
|
||||||
-v /path/to/data:/data \
|
-v /path/to/data:/data \
|
||||||
-v /path/to/letsencrypt:/etc/letsencrypt \
|
-v /path/to/letsencrypt:/etc/letsencrypt \
|
||||||
jc21/nginx-proxy-manager:2
|
jc21/nginx-proxy-manager:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Running on Raspberry PI / `armhf`
|
### Running on Raspberry PI / `armhf`
|
||||||
|
|
||||||
I have created a `armhf` docker container just for you. There may be issues with it,
|
I have created `armhf` and `arm64` docker containers just for you. There may be issues with it,
|
||||||
if you have issues please report them here.
|
if you have issues please report them here.
|
||||||
|
|
||||||
|
Note: Rpi v2 and below won't work with these images.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name nginx-proxy-manager-app \
|
--name nginx-proxy-manager-app \
|
||||||
@ -118,7 +120,7 @@ docker run -d \
|
|||||||
-v /path/to/config.json:/app/config/production.json \
|
-v /path/to/config.json:/app/config/production.json \
|
||||||
-v /path/to/data:/data \
|
-v /path/to/data:/data \
|
||||||
-v /path/to/letsencrypt:/etc/letsencrypt \
|
-v /path/to/letsencrypt:/etc/letsencrypt \
|
||||||
jc21/nginx-proxy-manager:2-armhf
|
jc21/nginx-proxy-manager:latest-armhf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user