1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

Remove --sql-mode and bump Mariadb to 10.4

This commit is contained in:
CrazyMax 2020-05-28 23:03:10 +02:00
parent 004364f786
commit f877e307eb
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
4 changed files with 4 additions and 8 deletions

View file

@ -33,11 +33,10 @@ services:
restart: always
db:
image: mariadb:10.2
image: mariadb:10.4
container_name: librenms_db
command:
- "mysqld"
- "--sql-mode="
- "--innodb-file-per-table=1"
- "--lower-case-table-names=0"
- "--character-set-server=utf8"