mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Docker compose file indent fix
This commit is contained in:
parent
8bdfc43fba
commit
5d7e87ab2d
1 changed files with 6 additions and 6 deletions
|
|
@ -15,12 +15,12 @@ services:
|
|||
db:
|
||||
# current LTS (Long-Term Support) version
|
||||
image: mariadb:11.4-noble
|
||||
healthcheck:
|
||||
test: ["CMD", "healthcheck.sh", "--connect", "--innodb_initialized"]
|
||||
start_period: 30s
|
||||
interval: 60s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
healthcheck:
|
||||
test: ["CMD", "healthcheck.sh", "--connect", "--innodb_initialized"]
|
||||
start_period: 30s
|
||||
interval: 60s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
restart: always
|
||||
volumes:
|
||||
- "./db:/var/lib/mysql"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue