Skip to content

Instantly share code, notes, and snippets.

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

Geoffrey Duplessi Grezor

🏠
Working from home
View GitHub Profile
@Grezor
Grezor / config_phpcs
Created February 15, 2022 13:48
file config phpcs
// config
@Grezor
Grezor / docker-compose.yml
Last active May 18, 2022 12:55
Memo_Prestashop_1.7.8.5 | docker-compose.yml
services:
app:
build: ./php
ports:
- 8050:80
volumes:
- ./presta/:/var/www/html
depends_on:
- mysql