Closed Byolock closed 2 years ago
thanks for the report @Byolock, for sure it's not supposed to be like that!
arm64 image is now available for php-fpm https://github.com/barcus/docker-php-fpm-alpine/commit/0b82b81e69bd6c60e7640fdf36f1e1bfb56d8d4b can you test it maybe ? :) https://hub.docker.com/r/barcus/php-fpm-alpine/tags
i'm going to check about smtp 👍
i found a lightweight docker image based on alpine and available for arm arch i tested it, it works well ! https://registry.hub.docker.com/r/devture/exim-relay
there is just one additional modification to apply in compose file about smtp host inside director container
SMTP_HOST=smtpd:8025
The description says :
however the php-fpm-alpine image seems to not have an arm64 build :
https://hub.docker.com/r/barcus/php-fpm-alpine/tags
I managed to get to the webui by building an arm64 version myself, but I guess that's not supposed to be that way?
(smtpd is also only available for amd64)