Created
July 14, 2016 20:23
-
-
Save Dnile/6f3b7107dfc19ce837b3ce6f4a818d8d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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