[GH-ISSUE #4] Make it available for ARM? #4

Closed
opened 2026-02-26 05:32:56 +03:00 by kerem · 2 comments
Owner

Originally created by @andlil on GitHub (Jul 25, 2018).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4

Hi!
This looks like an awesome thing for a RaspberryPi, any chance of building a docker image for armv7l?

Best regards
//A

Originally created by @andlil on GitHub (Jul 25, 2018). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4 Hi! This looks like an awesome thing for a RaspberryPi, any chance of building a docker image for armv7l? Best regards //A
kerem closed this issue 2026-02-26 05:32:56 +03:00
Author
Owner

@jc21 commented on GitHub (Jul 25, 2018):

Shouldn't be too hard. I'll take a look

<!-- gh-comment-id:407916768 --> @jc21 commented on GitHub (Jul 25, 2018): Shouldn't be too hard. I'll take a look
Author
Owner

@jc21 commented on GitHub (Jul 31, 2018):

It was a nightmare but I managed to get a armhf docker build together.

You can instantiate it on your raspberry pi with this example command:

docker run -d \
    --name nginx-proxy-manager \
    -p 80:80 \
    -p 81:81 \
    -p 443:443 \
    -v /path/to/config:/config \
    -v /path/to/letsencrypt:/etc/letsencrypt \
    --restart always \
    jc21/nginx-proxy-manager:latest-armhf

I've only tested that the UI shows and basic nginx functions work. Let me know if there are any issues, especially with Let's Encrypt.

<!-- gh-comment-id:409054517 --> @jc21 commented on GitHub (Jul 31, 2018): It was a nightmare but I managed to get a `armhf` docker build together. You can instantiate it on your raspberry pi with this example command: ```bash docker run -d \ --name nginx-proxy-manager \ -p 80:80 \ -p 81:81 \ -p 443:443 \ -v /path/to/config:/config \ -v /path/to/letsencrypt:/etc/letsencrypt \ --restart always \ jc21/nginx-proxy-manager:latest-armhf ``` I've only tested that the UI shows and basic nginx functions work. Let me know if there are any issues, especially with Let's Encrypt.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#4
No description provided.