Created
November 29, 2014 15:58
-
-
Save paolomainardi/b781bfb4a14ed28f83a0 to your computer and use it in GitHub Desktop.
fig data mysql
This file contains hidden or 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
data: | |
build: containers/data | |
volumes: | |
- data:/data | |
mariadb: | |
build: containers/mariadb | |
volumes_from: | |
- data |
Author
paolomainardi
commented
Nov 29, 2014
[mysqld]
bind-address=0.0.0.0
skip_name_resolve
#server-id
#log-bin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment