mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-15 15:54:47 +02:00
fix erroneous env variable name
This commit is contained in:
parent
fef9785e23
commit
2a410da5f7
4 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- db:/var/lib/mysql:Z
|
- db:/var/lib/mysql:Z
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=
|
- MARIADB_ROOT_PASSWORD=
|
||||||
- MARIADB_AUTO_UPGRADE=1
|
- MARIADB_AUTO_UPGRADE=1
|
||||||
- MARIADB_DISABLE_UPGRADE_BACKUP=1
|
- MARIADB_DISABLE_UPGRADE_BACKUP=1
|
||||||
env_file:
|
env_file:
|
||||||
|
|
|
@ -8,7 +8,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- db:/var/lib/mysql:Z
|
- db:/var/lib/mysql:Z
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=
|
- MARIADB_ROOT_PASSWORD=
|
||||||
- MARIADB_AUTO_UPGRADE=1
|
- MARIADB_AUTO_UPGRADE=1
|
||||||
- MARIADB_DISABLE_UPGRADE_BACKUP=1
|
- MARIADB_DISABLE_UPGRADE_BACKUP=1
|
||||||
env_file:
|
env_file:
|
||||||
|
|
|
@ -8,7 +8,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- db:/var/lib/mysql:Z
|
- db:/var/lib/mysql:Z
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=
|
- MARIADB_ROOT_PASSWORD=
|
||||||
- MARIADB_AUTO_UPGRADE=1
|
- MARIADB_AUTO_UPGRADE=1
|
||||||
- MARIADB_DISABLE_UPGRADE_BACKUP=1
|
- MARIADB_DISABLE_UPGRADE_BACKUP=1
|
||||||
env_file:
|
env_file:
|
||||||
|
|
|
@ -8,7 +8,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- db:/var/lib/mysql:Z
|
- db:/var/lib/mysql:Z
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=
|
- MARIADB_ROOT_PASSWORD=
|
||||||
- MARIADB_AUTO_UPGRADE=1
|
- MARIADB_AUTO_UPGRADE=1
|
||||||
- MARIADB_DISABLE_UPGRADE_BACKUP=1
|
- MARIADB_DISABLE_UPGRADE_BACKUP=1
|
||||||
env_file:
|
env_file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue