merged with v0.10.33

This commit is contained in:
2022-03-14 09:55:34 +01:00
parent 6bed4a690d
commit 74901c0cb8
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ RUN set -ex; \
mkdir -p /run/php
ENTRYPOINT ["/entrypoint.sh"]
CMD ["php-fpm7.4"]
CMD ["php-fpm7.4", "--nodaemonize", "-c", "/etc/php/7.4/fpm/php.ini", "--fpm-config", "/etc/php/7.4/fpm/php-fpm.conf"]
# Arguments to label built container
ARG VCS_REF

View File

@@ -267,5 +267,5 @@ if [ -f /var/www/documents/install.lock ]; then
echo "$image_version" > /var/www/documents/.docker-container-version
fi
log "Serving Dolibarr..."
log "Serving Dolibarr...$@"
exec "$@"