Initial commit
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user