Skip to content

Instantly share code, notes, and snippets.

@Dnile
Created July 14, 2016 20:23
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 Dnile/6f3b7107dfc19ce837b3ce6f4a818d8d to your computer and use it in GitHub Desktop.
Save Dnile/6f3b7107dfc19ce837b3ce6f4a818d8d to your computer and use it in GitHub Desktop.
version: '2'
services:
proxysql:
image: perconalab/proxysql
ports:
- "3306:3306"
- "6032:6032"
mysql:
image: percona:5.6
environment:
- MYSQL_ROOT_PASSWORD=root
ports:
- "3308:3306"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment