summaryrefslogtreecommitdiffstats
path: root/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/docker-compose.yml
AgeCommit message (Collapse)Author
2023-03-28 Support SELinux in docker-compose.yml examples (fix #324) (#1957)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-03-28Update MariaDB to 10.6 (#1956)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-02-17Enable MariaDB binary log (#1881)Adam Monsen
* Enable MariaDB binary log This resolves a warning in the database server log: [Warning] You need to use --log-bin to make --binlog-format work. Pros: * support for point-in-time recovery * necessary for replication Cons: * slows down database operations ("slightly", per the manual) * takes up disk space (mitigated by `--expire-logs-days=2`) See also: * <https://mariadb.com/kb/en/binary-log/> * <https://mariadb.com/kb/en/full-list-of-mariadb-options-system-and-status-variables/> Alternatives: 1. Do not add `--log-bin`. Remove `--binlog-format` instead. This causes the least amount of change for existing installations. Signed-off-by: Adam Monsen <haircut@gmail.com> * remove --expire-logs-days=2 mariadb flag This better aligns with recommendations in the Nextcloud documentation. Also: the flag isn't necessary. There are already set times for cleanup: The MySQL and MariaDB documentation both state that binary logs will be purged on startup and flush/rotation. Signed-off-by: Adam Monsen <haircut@gmail.com> --------- Signed-off-by: Adam Monsen <haircut@gmail.com>
2022-09-06enable mariadb auto upgrade (#1814)Adam Monsen
* enable mariadb auto upgrade This fixes after-upgrade issues, for example: [ERROR] Incorrect definition of table mysql.event: expected column 'definer' at position 3 to have type varchar(, found type char(141). The upgrade only happens when necessary. I also disabled the system database backup because I assume users create and test their own backups. Signed-off-by: Adam Monsen <haircut@gmail.com> * use 1s instead of "yesplease" Any nonzero value is valid for these environment variables. Signed-off-by: Adam Monsen <haircut@gmail.com> Signed-off-by: Adam Monsen <haircut@gmail.com>
2022-01-14Revert volumes_from (#1677)Lejo
Signed-off-by: Lejo1 <Lejo_1@web.de>
2021-12-10Update Nginx-Proxy Docker repository (#1644)Lejo
Signed-off-by: Lejo1 <Lejo_1@web.de>
2021-08-23fix acme volume with letsencrypt-nginx-proxy-companion >= v2.0.0 (#1358)Marcel Blöcher
Signed-off-by: Marcel Blöcher <mblo@users.noreply.github.com>
2021-07-18Lock mariadb to 10.5 in examples (fix #1536) (#1539)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2021-04-26Reduce examples (#1484)J0WI
2018-11-20Use Alpine Linux in examples and use default userJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2018-08-01Remove trailing whitespacesTilo Spannagel
2018-04-19Changed db build to pre-existing image with command argumentsrabaraho
2018-03-21Merge pull request #183 from cropse/masterTilo Spannagel
fix #176 Request Entity Too Large
2018-03-21Use custom Dockerfile instead of mounted configTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-02-08* Fix the Transaction Isolation Level of the MYSQL/MariaDB DatabasesGreek
in the .example section.
2017-11-15delete volume mount, It append the path of dockerfile build.cropse
2017-09-27Use autoconfig.php provided by the imageTilo Spannagel
2017-09-27Add more examples with proxyTilo Spannagel