This project will be used to store all startup configurations, files and documentation for start new docker containers.
Startup configs for a LEMP stack: Linux + Nginx + MySQL + PHP + phpMyAdmin
Project paths:
Other configs:
- URL: localhost:80
- phpMyAdmin URL: localhost:8000
- HTTP public directory: /var/www/public/
Startup configs for a LEMP stack: Linux + Apache + MySQL + PHP + phpMyAdmin
Project paths:
Other configs:
- URL: localhost:80
- phpMyAdmin URL: localhost:8000
- HTTP public directory: /var/www/public/
- .conf file: /usr/local/apache2/conf/httpd.conf
Don't to forget to define your MySQL root password and also change it in phpMyAdmin, in docker-compose.yml
file.
DB_CONNECTION=mysql
DB_HOST=db
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=laraveluser
DB_PASSWORD=your_laravel_db_password
To mount a Golang container image just run docker-compose up
command, in the following version directories available:
In order to easily create SQL server through Docker, the following documentation provides basic guidelines and configurations.
Docker allows deploying project management platforms locally:
Check the following tutorial to learn how to use WSL2 and Docker in Windows, without Docker Desktop: