mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Change database user
This commit is contained in:
parent
f1d831b8dd
commit
893d0deb10
1 changed files with 5 additions and 1 deletions
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
|
|
@ -285,11 +285,15 @@ jobs:
|
|||
MYSQL_PASSWORD: "mempool"
|
||||
MYSQL_ROOT_PASSWORD: "admin"
|
||||
image: mariadb:10.5.21
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
tmpfs:
|
||||
- /var/lib/mysql
|
||||
healthcheck:
|
||||
test: ["CMD", "mysqladmin", "ping", "-h", "localhost", "-u", "mempool", "-pmempool"]
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
EOF
|
||||
cat docker-compose.test.yml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue