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:
parent
004364f786
commit
f877e307eb
4 changed files with 4 additions and 8 deletions
|
|
@ -2,11 +2,10 @@ version: "3.5"
|
|||
|
||||
services:
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -2,11 +2,10 @@ version: "3.5"
|
|||
|
||||
services:
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -38,10 +38,9 @@ x-envlibrenms: &envlibrenms
|
|||
|
||||
services:
|
||||
db:
|
||||
image: mariadb:10.2
|
||||
image: mariadb:10.4
|
||||
command:
|
||||
- "mysqld"
|
||||
- "--sql-mode="
|
||||
- "--innodb-file-per-table=1"
|
||||
- "--lower-case-table-names=0"
|
||||
- "--character-set-server=utf8"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue