Skip to content

aurorafossorg/docker-php-devenv

Repository files navigation

Docker PHP Development Environment

This is a docker-compose environment to run PHP webapps with MySQL/MariaDB databases.

Usage

Run

make up

If you want to run the containers in background, use start target:

make start

Stop

make down

or even:

make stop

Configurations

The web service exports 8080 port and 10000 for database management service.

Database

  • Root Password: mardb
  • Default Database: sql_db1
  • Default User: db_user
  • User password: db_user

Use db.docker.local host to connect to the database.

How to contribute

Check out our wiki.

License

MIT License


Made with ❤ by a bunch of geeks

License Discord Server