mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
fix: mysql docker config.
This commit is contained in:
@@ -26,6 +26,8 @@ services:
|
||||
- ../data/mysql/:/var/lib/mysql
|
||||
expose:
|
||||
- "3306"
|
||||
ports:
|
||||
- 3306:3306
|
||||
|
||||
nginx:
|
||||
build:
|
||||
|
||||
@@ -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