mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
fix: mysql docker config.
This commit is contained in:
@@ -4,8 +4,8 @@ ADD my.cnf /etc/mysql/conf.d/my.cnf
|
||||
|
||||
RUN chown -R mysql:root /var/lib/mysql/
|
||||
|
||||
ARG MYSQL_DATABASE=moosher_database
|
||||
ARG MYSQL_USER=moosher_user
|
||||
ARG MYSQL_DATABASE=bigcapital_system
|
||||
ARG MYSQL_USER=root
|
||||
ARG MYSQL_PASSWORD=root
|
||||
ARG MYSQL_ROOT_PASSWORD=root
|
||||
|
||||
|
||||
Reference in New Issue
Block a user