jlesage / docker-nginx-proxy-manager

Docker container for Nginx Proxy Manager
MIT License
756 stars 166 forks source link

Build Docker with arm64 #272

Closed jiatao99 closed 1 year ago

jiatao99 commented 1 year ago

Tried to use your docker image in arm CPU however, it does not work. So I cloned the repo and modified Dockerfile with the following:

  1. FROM ... changed to alpine:latest
  2. Replace all add-pkg to apk add
  3. Replace all del-pkg to apk del

Run docker build . and it built successfully.

Use your docker-compose example to deploy without any issue

However the docker log shows: No log line matching the '' filter and nothing happened.

Did I do anything wrong? Is it possible to create a arm image from your side (or maintains a base-image:alpine with arm)?

I used your docker image for years and love it.

Thanks for maintaining this great docker image

jlesage commented 1 year ago

The latest image is now multi-arch.