curl http://192.168.246.134:9000 curl: (56) Recv failure: Connexion ré-initialisée par le correspondant
i build image for frontend backend and mysql of my react/laravel app
but when i acess locally he show me front but when i give the email and the password the give me a error ;
in 1 step i run container :
docker@docker:~/website$ docker-compose up -d
Starting website_frontend_1 … done
Starting website_mysql_1 … done
Starting website_backend_1 … done
Starting website_nginx_1 … done
and 2 step i show the front
but when i give the email and pass he give the error
ERROR
Network Error
AxiosError: Network Error
at XMLHttpRequest.handleError (http://192.168.246.134:8085/static/js/bundle.js:135392:14)
at Axios.request (http://192.168.246.134:8085/static/js/bundle.js:135830:41)
and when i do :
curl 192.168.246.134:9000
he give a curl http://192.168.246.134:9000
curl: (56) Recv failure: Connexion ré-initialisée par le correspondant