Skip to content

Instantly share code, notes, and snippets.

@justinpincar
Created August 14, 2018 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinpincar/ef1901590f6bed9a48cb472b5ae9872f to your computer and use it in GitHub Desktop.
Save justinpincar/ef1901590f6bed9a48cb472b5ae9872f to your computer and use it in GitHub Desktop.
version: "3"
services:
mysql:
image: mysql:5.7
ports:
- "3306:3306"
volumes:
- ./data/mysql:/var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: jl20-root
MYSQL_USER: jl20
MYSQL_PASSWORD: jl20
networks:
default:
driver: bridge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment