Skip to content

Instantly share code, notes, and snippets.

View Jalx's full-sized avatar
🏠
Working from home

Alexis Guzmán Jalx

🏠
Working from home
View GitHub Profile
@Jalx
Jalx / docker-compose.yml
Created February 11, 2023 02:35
docker-compose.yml for krayin/laravel-crm - Using Laravel Sail
# For more information: https://laravel.com/docs/sail
version: '3'
services:
laravel.test:
build:
context: ./docker/8.2 ## Should reference one version of PHP in the docker folder
dockerfile: Dockerfile
args:
WWWGROUP: '${WWWGROUP}'
image: sail-8.2/app