Commit Graph

13 Commits

Author SHA1 Message Date
Erfan c1f76443b1
allow larage file imports 2021-03-04 17:26:10 +03:30
Lan Phan b34b052c64
Merge pull request #1968 from Ishodnikov/patch-1
Set my.cnf permissions
2019-10-25 23:31:17 +07:00
zslavis 4e257c8e8f Update to include MARIADB_VERSION in env file which sets the mariadb version (#2185) 2019-07-14 11:46:21 +08:00
anribras 6eaf587803 Add mariadb timezone setting via WORKSPACE_TIMEZONE in .env (#2197) 2019-07-14 11:41:12 +08:00
Pavel 3ad37405c6
Chmod 2019-01-24 20:25:08 +03:00
Mahmoud Zalt a0c5ef75d2 upgrade docker-compose to v3 2018-04-05 16:43:22 +03:00
Daniel Hunsaker 31a4e29c81 Apply COPY vs ADD best practices
Should only use `ADD` for URLs (and even then, `curl` or `wget` are preferred, for numerous reasons, even within this repo) and when extracting archive contents as part of the `ADD` operation; otherwise `COPY` is clearer and (slightly) more efficient.
2018-04-04 06:13:28 -06:00
Shao Yu Lung 70e10a4953 MAINTAINER is deprecated 2018-03-16 17:34:47 +08:00
Shao Yu Lung 855241d966 fix mariadb service create multiple db solution user can’t see other db problem. 2017-05-13 11:00:36 +08:00
Shao Yu Lung e1e9830348 mariadb container create multiple database. 2017-05-08 23:49:37 +08:00
Simon Perdrisat fac84cd45b Add a config file for mariaDB (#605) 2017-02-11 10:51:10 +08:00
Mahmoud Zalt 40899bc40f remove the duplicated volumes from DBs dockerfiles 2016-05-09 15:53:16 +03:00
Mahmoud Zalt 81f2602464 Support MariaDB
closes feature #21
2016-05-09 04:23:03 +03:00