D
Dokploy15mo ago
kebab

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.
No description
7 Replies
Siumauricio
Siumauricio15mo ago
What happen if you select /bin/bash?
kebab
kebabOP15mo ago
same
Siumauricio
Siumauricio15mo ago
The deployments logs are fine? Because if the deployments are fine means the docker build were successfully
kebab
kebabOP15mo ago
deployment says it is done but is it not working properly
Siumauricio
Siumauricio15mo ago
are you using dockerfile? probably your application have some troubles internally
kebab
kebabOP15mo ago
yes we didnt have this issue while using github actions (same dockerfile)
Siumauricio
Siumauricio15mo ago
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

Did you find this page helpful?