mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 21:26:19 +00:00
Update build/run/docker-entrypoint/init.d/20-nginx.sh
This commit is contained in:
parent
c03daeb0b8
commit
64f2cdaf40
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue