Skip to content

Instantly share code, notes, and snippets.

View lgg42's full-sized avatar

Luis Garnica Guilarte lgg42

  • World
View GitHub Profile
@lgg42
lgg42 / docker-compose.yaml
Created December 3, 2019 14:46
Complete dockerized solution for docker-dmarc-report (dmarcts-report-viewer) with gmail
version: '2.2'
services:
mysql:
image: mysql:latest
command: --default-authentication-plugin=mysql_native_password
container_name: mysql
hostname: mysql
environment:
- "MYSQL_DATABASE=dmarc_report"