You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The template seems to have fundamental errors. When I use the exact same language and try to recreate the nginx and php containers only since I do not need a postgre nor a redis container, I always get the same nginx: [alert] that cannot open the error log in the wrong path. It should save it to "/var/logs/*". As a result my php container does not run and exits at (1) whenever I run docker compose.
Steps to reproduce
Using the same example dockerfile example (without postgre & redis, only nginx and and php)
replacing the volume paths to mount
Additional info
Craft version:
PHP version:
Database driver & version:
Plugins & versions:
The text was updated successfully, but these errors were encountered:
Description
The template seems to have fundamental errors. When I use the exact same language and try to recreate the nginx and php containers only since I do not need a postgre nor a redis container, I always get the same nginx: [alert] that cannot open the error log in the wrong path. It should save it to "/var/logs/*". As a result my php container does not run and exits at (1) whenever I run docker compose.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: