mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Update mariadb Docker tag to v10.11.10
This commit is contained in:
parent
0fc8abcd16
commit
100ccf15a0
|
@ -50,7 +50,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
db:
|
||||
image: mariadb:10.11.9
|
||||
image: mariadb:10.11.10
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=db_dev
|
||||
- MYSQL_LOG_CONSOLE=true
|
||||
|
|
|
@ -58,7 +58,7 @@ services:
|
|||
restart: always
|
||||
|
||||
db:
|
||||
image: mariadb:10.11.9
|
||||
image: mariadb:10.11.10
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=db_dev
|
||||
- MYSQL_LOG_CONSOLE=true
|
||||
|
|
|
@ -46,7 +46,7 @@ services:
|
|||
endpoint_mode: dnsrr
|
||||
|
||||
db:
|
||||
image: mariadb:10.11.9
|
||||
image: mariadb:10.11.10
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=db_dev
|
||||
- MYSQL_LOG_CONSOLE=true
|
||||
|
|
|
@ -50,7 +50,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
db:
|
||||
image: mariadb:10.11.9
|
||||
image: mariadb:10.11.10
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=db_dev
|
||||
- MYSQL_LOG_CONSOLE=true
|
||||
|
|
|
@ -41,7 +41,7 @@ spec:
|
|||
value: "true"
|
||||
- name: MYSQL_ROOT_PASSWORD
|
||||
value: db_dev
|
||||
image: mariadb:10.11.9
|
||||
image: mariadb:10.11.10
|
||||
name: db
|
||||
ports:
|
||||
- containerPort: 3306
|
||||
|
|
Loading…
Reference in a new issue