A docker-compose template for laravel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.env.example 108B

1234
  1. LARAVEL_MEM_LIMIT=5G
  2. LARAVEL_PORT="127.0.0.1:8080:80"
  3. MYSQL_PORT="127.0.0.1:23306:3306"
  4. TZ=Asia/Kuala_Lumpur