Skip to content

Instantly share code, notes, and snippets.

View sGerli's full-sized avatar
😀

Stefano Gerli sGerli

😀
View GitHub Profile
@sGerli
sGerli / docker-compose.yml
Created September 4, 2019 23:08
MySQL Docker Setup for Replication
version: '3.5'
services:
db-master:
image: mysql
command: --default-authentication-plugin=mysql_native_password
restart: always
environment:
MYSQL_ROOT_PASSWORD: password
ports: