I am getting this error while first build with php docker (and i am getting forbidden error).
Me and my team getting this error while deploying our php backend on our server with dokploy. We didnt have a issue something like that before. It is disappear when i restart container but until then it is unreachable from terminal and as api. It is gives forbidden error.

7 Replies
What happen if you select /bin/bash?
same
The deployments logs are fine?
Because if the deployments are fine means the docker build were successfully
deployment says it is done but is it not working properly
are you using dockerfile?
probably your application have some troubles internally
yes
we didnt have this issue while using github actions (same dockerfile)
yeah but github actions just build the image not run, we also do the same build your image and run
try to run your image locally
We use the same commands that you would generally use to build your image so it shouldn't change at all