blob: 6eca3ace56282c73facb1b5aba5dcccdcf600d89 [file] [log] [blame]
# read https://hub.docker.com/_/mysql/
#
[mysqld]
#
# * Basic Settings
#
character-set-server=utf8
# in mysql image VOLUME /var/lib/mysql and any changes to this directory
# during build process might got lost after the build step is done
# match db_data in docker-compose
# therefore we us a copy in Dockerfile, no uncomment needed
# datadir = /initialized-db
#tmpdir = /tmp
# default 0.0.0.0, if this is 127.0.0.1 and using docker this restricts listening to only inside container,
# which does not make sense in docker-compose services
# skip-networking,
#bind-address = 0.0.0.0
[mysql]
tee=/mysql/log/log.out
[mysqld_safe]
nice = 0