mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-09-02 10:49:22 +00:00
update mariadb to 10.7.3
This commit is contained in:
parent
77ea07f0a2
commit
e02cb6815e
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ services:
|
||||||
endpoint_mode: dnsrr
|
endpoint_mode: dnsrr
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:10.7.1
|
image: mariadb:10.7.3
|
||||||
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.1
|
image: mariadb:10.7.3
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=db_dev
|
- MYSQL_ROOT_PASSWORD=db_dev
|
||||||
- MYSQL_LOG_CONSOLE=true
|
- MYSQL_LOG_CONSOLE=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue