Merge branch 'mattclegg-1578563055'

This commit is contained in:
El RIDO 2020-01-16 05:37:09 +01:00
commit e1df8e99a4
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

View File

@ -51,6 +51,7 @@ RUN \
/etc/services.d/php-fpm7/supervise/control \
/etc/s6/services/s6-fdholderd/supervise/control \
&& setcap 'cap_net_bind_service=+ep' /usr/sbin/nginx \
&& adduser nobody www-data \
&& chown -R nobody.www-data /etc/services.d /etc/s6 /run /srv/* /var/lib/nginx /var/www \
# Clean up
&& rm -rf "${GNUPGHOME}" /tmp/* \