-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
To Reproduce
Heroku Buildpacks 24 (default)
Build successful
Starting Logs:
"
Starting nginx...
nginx: [emerg] mkdir() "/app/.heroku/php/var/run/nginx/client_body_temp" failed (2: No such file or directory)
Process exited unexpectedly: nginx, shutting down...
Stopping php-fpm gracefully...
Shutdown complete.
"
I can't create this folder and grant the access, and I don't understand how to change the user (it's important to switch to the root temporarily).
I understand that it's probably not a problem with Dokploy directly, but could someone here help me?
Current vs. Expected behavior
- Correct starting the nginx on the Heroku Buildpacks ;
- I want a selection of users that I use in the terminal and from and from which the container is launched (root/heroku). Don't know if it's possible.
Provide environment information
any self-hosted, tried on different servers in different regionsWhich area(s) are affected? (Select all that apply)
Docker
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
No response
Will you send a PR to fix it?
Maybe, need help