feat: make smtp settings configurable in .env

This commit is contained in:
2022-12-07 15:21:30 +01:00
committed by Christian Galo
parent 69fa1b9aed
commit 61e63f403b
6 changed files with 72 additions and 5 deletions

View File

@ -3,7 +3,7 @@
export FPM_TUNE_VERSION=v4
export NGINX_CONF_VERSION=v4
export MY_CNF_VERSION=v4
export ENTRYPOINT_VERSION=v2
export ENTRYPOINT_VERSION=v3
run_occ(){
su -p www-data -s /bin/sh -c "/var/www/html/occ $@"