Allow to use supervisorctl to be able to reload PHP configuration without restarting

This commit is contained in:
cytopia
2023-01-08 21:23:32 +01:00
parent efcd621c48
commit b75c0eb4fb
19 changed files with 87 additions and 25 deletions

View File

@@ -81,7 +81,6 @@ RUN set -eux \
COPY ./data/docker-entrypoint.sh /docker-entrypoint.sh
COPY ./data/docker-entrypoint.d/*.sh /docker-entrypoint.d/
COPY ./data/postfix.sh /usr/local/sbin/postfix.sh
COPY ./data/supervisord.conf /etc/supervisor/supervisord.conf
###