# Registry image for mifi PostfixAdmin stack. # config.local.php reads all sensitive/configurable values from ENV (PFA_*); no bind mount needed. ARG PFA_VERSION=latest FROM postfixadmin:${PFA_VERSION} COPY conf/config.local.php /var/www/html/config.local.php LABEL org.opencontainers.image.source="https://git.mifi.dev/mifi-holdings/mail-postfixadmin"