fix(librenms): correct typo in mariadb env
This commit is contained in:
parent
7a69dc54d8
commit
07794e42fa
2 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,6 @@ Volume=librenms-db:/var/lib/mysql
|
|||
EnvironmentFile=tz.env
|
||||
EnvironmentFile=mariadb.env
|
||||
|
||||
Environment=MARAIADB_RANDOM_ROOT_PASSWORD=yes
|
||||
|
||||
Secret=librenms-db-pw,type=env,target=MYSQL_PASSWORD
|
||||
|
||||
Exec=mysqld --innodb-file-per-table=1 --lower-case-table-names=0 --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
MYSQL_DATABASE=librenms
|
||||
MYSQL_USER=librenms
|
||||
MARIADB_RANDOM_ROOT_PASSWORD=yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue