A few basic docker containers for little projects & tests for ARM.
- This repo assumes you store your projects in
~/Projects
- Docker is installed
- Docker Compose is installed
- PHP-FPM 7.3
- MariaDB 10.3 (Thanks to LinuxServer.io)
- NGINX 1.17
We're exposing NGINX and MySQL their ports, so you can just go to http://127.0.0.1/
or http://localhost/
from your browser and connect to MySQL from your client (eg: Sequel Pro) using 127.0.0.1:3306
or localhost:3306
.
To access MySQL from within your web applications you'll need to use mysql
as host.
- Username:
docker
- Password:
docker
- Database:
docker
docker-compose up