mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Enable the mariadb auto upgrade process
This commit is contained in:
parent
9787e300f7
commit
0ae975bcb9
2 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ services:
|
|||
MYSQL_USER: "mempool_test"
|
||||
MYSQL_PASSWORD: "mempool_test"
|
||||
MYSQL_ROOT_PASSWORD: "admin"
|
||||
MARIADB_AUTO_UPGRADE: "1"
|
||||
ports:
|
||||
- "33306:3306"
|
||||
healthcheck:
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ services:
|
|||
MYSQL_USER: "mempool"
|
||||
MYSQL_PASSWORD: "mempool"
|
||||
MYSQL_ROOT_PASSWORD: "admin"
|
||||
MARIADB_AUTO_UPGRADE: "1"
|
||||
image: mariadb:10.5.21
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue