Skip to content

Instantly share code, notes, and snippets.

@animanoir
Created August 20, 2020 15:15
Show Gist options
  • Save animanoir/c946db4f847b6ef6b7bd9736783f0659 to your computer and use it in GitHub Desktop.
Save animanoir/c946db4f847b6ef6b7bd9736783f0659 to your computer and use it in GitHub Desktop.
version: '3.8'
services:
mysql:
image: mysql:5.7
restart: unless-stopped
ports:
- "3306:3306"
container_name: mysql
environment:
MYSQL_ROOT_PASSWORD: csb
MYSQL_DATABASE: matomo
MYSQL_PASSWORD: csb
MYSQL_ROOT_HOST: "%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment