Skip to content

Instantly share code, notes, and snippets.

@8q
Created November 11, 2018 03:31
Show Gist options
  • Save 8q/dba67409d5d15c0b1d7b403d928fb1dd to your computer and use it in GitHub Desktop.
Save 8q/dba67409d5d15c0b1d7b403d928fb1dd to your computer and use it in GitHub Desktop.
mysql立ち上げ
version: '3'
services:
mysql:
image: mysql/mysql-server:5.7
ports:
- "3306:3306"
environment:
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
- MYSQL_ROOT_HOST=%
volumes:
- mysql-data-volume:/var/lib/mysql
volumes:
mysql-data-volume:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment