devilbox: localhost on Windows 10 not found

If you encounter a bug and something does not work, make sure you have done the following and check those boxes before submitting an issue - thank you!

  • Pull latest dockers (e.g.: docker pull cytopia/<used_docker>) before running docker-compose up
  • Specify used docker versions (php, web and database)
  • Attach logs for php, mysql and webserver (found in log/ directory)
  • Start with debug mode and attach docker-compose output (.env setting DEBUG_COMPOSE_ENTRYPOINT=1)
  • Never use different mysql|mariadb versions on the same HOST_PATH_TO_MYSQL_DATADIR on existing database files. Different mysql|mariadb versions might upgrade/corrupt existing database files. If you have done that already, start with a different path of HOST_PATH_TO_MYSQL_DATADIR (to an empty directory) and try again.

Please also specify the following info:

  • [Windows 10] Which operating system are you at (Linux, OSX or Windows)
  • [1.12.0] docker version
  • [1.8.0] docker-compose version

Hi, nice job. It works flawless under Debian (VirtualBox on Windows), but does not work on Windows Host with Docker-Machine.

In Webbrowser (Chrome, Firefox, Edge): “http://localhost can not be found”.

Maybe I am missing something?

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 24 (14 by maintainers)

Commits related to this issue

Most upvoted comments

The solution for Windows could be something like to have a variable in .env, where i can change 127.0.0.1 to 192.168.99.100. After editing that in the docker-compose.yml, the box is working on 192.168.99.100. But the MySQL and Postgres-Container exit directly after startup. So are not running.