This is a docker-compose environment to run PHP webapps with MySQL/MariaDB databases.
make upIf you want to run the containers in background, use start target:
make startmake downor even:
make stopThe web service exports 8080 port and 10000 for database management service.
- 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.
Check out our wiki.
MIT License
Made with ❤ by a bunch of geeks
