-
clone this repository under C:/Users/
user
/Projects/ folderor make sure project directory is in this folder
-
open Notepad with
Run as Administrator
rights and thenopen file
C:\Windows\System32\drivers\etc\hosts
and att the following linehost.docker.internal localhost
- Run
docker network create --subnet=192.168.0.0/24 --ip-range=192.168.0.0/24 --gateway=192.168.0.1 mynet
- Run
docker-compose up --build
- Run
docker exec -it project-php /bin/bash
4.1 Inside container runcomposer install
- Run
docker exec -it project-php /bin/bash
- Inside container run
bin/console d:s:u --force