****** If you are using windows, please use this command to disable LF to CRLF ******* git config --global core.autocrlf false
Please note this down for initial startup:
For initial startup docker-compose up --init
docker-compose up
Use these commands
docker compose exec --user root system /bin/bash
CREATE USER 'username'@'%' IDENTIFIED WITH mysql_native_password BY 'password'; ALTER USER 'username'@'%' IDENTIFIED WITH mysql_native_password BY 'password'; GRANT ALL PRIVILEGES ON . TO 'manoj'@'%' WITH GRANT OPTION; grant all permissions
To run in image by command: docker compose exec --user root system /bin/sh composer install
docker compose exec system /bin/sh
So