Relative Content

Tag Archive for dockerfile

Docker http://localhost:8080/ not respon

I’m trying to develop new CodeIgniter 4 in Docker Desktop, it run in Docker(Containers tab), but not showing(respon) in browser page while I type http://localhost:8080/ (This page isn’t working)….this is my docker-compose.yml

Docker http://localhost:8080/ not respon

I’m trying to develop new CodeIgniter 4 in Docker Desktop, it run in Docker(Containers tab), but not showing(respon) in browser page while I type http://localhost:8080/ (This page isn’t working)….this is my docker-compose.yml

Dcokerfile for django can not install sql odbc driver 17

hey guys i ran into serious problem with my Dockerfile on my Django project at first the django installation and other things goes smoothly and if I try not install odbc driver 17 everthing goes well except my database is SQL server and Django can not connect to database without ODBC driver 17
so i am trying to install ODBC17 driver to DockerFile via this code