From 5204d8fa484c21f2cf2f45687de50e07fe8cbfba Mon Sep 17 00:00:00 2001 From: myve Date: Wed, 19 Feb 2025 23:24:16 +0000 Subject: [PATCH] Update build/run/docker-entrypoint/init.d/20-nginx.sh --- build/run/docker-entrypoint/init.d/20-nginx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/run/docker-entrypoint/init.d/20-nginx.sh b/build/run/docker-entrypoint/init.d/20-nginx.sh index 9901131..6dd2571 100755 --- a/build/run/docker-entrypoint/init.d/20-nginx.sh +++ b/build/run/docker-entrypoint/init.d/20-nginx.sh @@ -38,8 +38,8 @@ chown ${MYVEMAIL_NGINX_USERGROUP}:${MYVEMAIL_NGINX_USERGROUP} /usr/share/webapps chown ${MYVEMAIL_NGINX_USERGROUP}:${MYVEMAIL_NGINX_USERGROUP} /usr/share/webapps/roundcube/plugins/password/config.inc.php chmod 0600 /usr/share/webapps/roundcube/plugins/password/config.inc.php -# Port -sed "s/{{MYVEMAIL_PORT}}/${MYVEMAIL_PORT:-80}/" -i $(find /etc/nginx -type f -name "default*") +# # Port +# sed "s/{{MYVEMAIL_PORT}}/${MYVEMAIL_PORT:-80}/" -i $(find /etc/nginx -type f -name "default*") # Start services /usr/sbin/php-fpm* -D