Skip to content

Instantly share code, notes, and snippets.

View Broasca's full-sized avatar

Broasca Alexandru Broasca

View GitHub Profile
@Broasca
Broasca / docker-compose.yaml
Created September 15, 2022 20:24
Docker composer MySQL
version: "3.8"
services:
# Mysql service
mysql:
image: mysql:8.0
platform: linux/x86_64
container_name: app-mysql
command: --default-authentication-plugin=mysql_native_password
restart: always
environment:
@Broasca
Broasca / generate-quick-link.php
Last active July 28, 2022 10:05
2Performant Generate Quick Link php