Loading docker-compose.yml +2 −1 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ services: --binlog-format=ROW --innodb-read-only-compressed=OFF environment: MARIADB_AUTO_UPGRADE: "1" MYSQL_DATABASE: &mysql_database nextcloud # yamllint disable-line rule:line-length MYSQL_PASSWORD: &mysql_password ${MYSQL_PASSWORD:-foo} # pragma: allowlist secret Loading @@ -57,7 +58,7 @@ services: test: - CMD-SHELL - >- mysql mariadb --user "$$MYSQL_USER" "--password=$$MYSQL_PASSWORD" --execute 'SHOW DATABASES;' Loading Loading
docker-compose.yml +2 −1 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ services: --binlog-format=ROW --innodb-read-only-compressed=OFF environment: MARIADB_AUTO_UPGRADE: "1" MYSQL_DATABASE: &mysql_database nextcloud # yamllint disable-line rule:line-length MYSQL_PASSWORD: &mysql_password ${MYSQL_PASSWORD:-foo} # pragma: allowlist secret Loading @@ -57,7 +58,7 @@ services: test: - CMD-SHELL - >- mysql mariadb --user "$$MYSQL_USER" "--password=$$MYSQL_PASSWORD" --execute 'SHOW DATABASES;' Loading