Hi i am new in docker. I want to create docker yaml file for two different laravel project in a host with mysql.
How can i create and organize these two file.
Thanks in advance.
Hi i am new in docker. I want to create docker yaml file for two different laravel project in a host with mysql.
How can i create and organize these two file.
Thanks in advance.
You would create a docker-compose file with the services. You can use the Bitnami docker images on dockerhub for Laravel and just use the standard mysql image.
Can I run multiple project at a same time?
What do you mean when you say project? Do you mean multiple containers? Yes. If you have different port configurations you could run multiple docker-compose files.