Nginx on VPS proxy to Docker container timeout
I’m new to using docker on servers, I have only used it for local development. I am working on a project that the server has nginx installed on it (the host machine), and also some containers running with docker-compose.
“File not found” on the api page when loading Laravel NGINX app with docker-compose
I have an app that has a server (Laravel) and a client (nodeJS) running on a nginx server with docker-compose. I get the “File not found” error when I go to “localhost/api” page. My nginx.conf:
How can two laravel docker services communicate?
I have two docker laravel services app1 app2 and I want them to connect with each other. So I have a docker-compose:
Looping problem when trying to login on Laravel 10
Good morning