This is a docker-compose environment to run PHP webapps with MySQL/MariaDB databases.
make up
If you want to run the containers in background, use start
target:
make start
make down
or even:
make stop
The 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