mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
Update dependency mariadb to v10.7.4
This commit is contained in:
parent
60ed4cbb3c
commit
30184db9ff
|
@ -46,7 +46,7 @@ services:
|
||||||
endpoint_mode: dnsrr
|
endpoint_mode: dnsrr
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:10.7.3
|
image: mariadb:10.7.4
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=db_dev
|
- MYSQL_ROOT_PASSWORD=db_dev
|
||||||
- MYSQL_LOG_CONSOLE=true
|
- MYSQL_LOG_CONSOLE=true
|
||||||
|
|
|
@ -44,7 +44,7 @@ services:
|
||||||
- seafile-net
|
- seafile-net
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:10.7.3
|
image: mariadb:10.7.4
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=db_dev
|
- MYSQL_ROOT_PASSWORD=db_dev
|
||||||
- MYSQL_LOG_CONSOLE=true
|
- MYSQL_LOG_CONSOLE=true
|
||||||
|
|
Loading…
Reference in a new issue