tente une image mariadb latest sur docker-compose de wp et cloud !
rejoute MARIADB_AUTO_UPGRADE=1 dans docker-compose
This commit is contained in:
@ -3,7 +3,7 @@ services:
|
|||||||
#}}
|
#}}
|
||||||
#{{db
|
#{{db
|
||||||
db:
|
db:
|
||||||
image: mariadb:11.4
|
image: mariadb
|
||||||
container_name: ${orga}DB
|
container_name: ${orga}DB
|
||||||
#disk_quota: 10G
|
#disk_quota: 10G
|
||||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||||
@ -13,6 +13,8 @@ services:
|
|||||||
- orgaDB:/var/lib/mysql
|
- orgaDB:/var/lib/mysql
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
environment:
|
||||||
|
- MARIADB_AUTO_UPGRADE=1
|
||||||
env_file:
|
env_file:
|
||||||
- ../../secret/env-${nextcloudDBName}
|
- ../../secret/env-${nextcloudDBName}
|
||||||
# - ../../secret/env-${mattermostDBName}
|
# - ../../secret/env-${mattermostDBName}
|
||||||
|
Reference in New Issue
Block a user