-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Open
Labels
Description
Is this a docs issue?
- My issue is about the documentation content or website
Type of issue
Information is incorrect
Description
Due to a recent change to the php-fpm image the following line in the Laravel production example breaks the application
#Enable PHP-FPM status page by modifying zz-docker.conf with sed
RUN sed -i '/\[www\]/a pm.status_path = /status' /usr/local/etc/php-fpm.d/zz-docker.conf
Location
https://docs.docker.com/guides/frameworks/laravel/production-setup/
Suggestion
No response