mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-11 17:10:21 -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:
|
db:
|
||||||
# current LTS (Long-Term Support) version
|
# current LTS (Long-Term Support) version
|
||||||
image: mariadb:11.4-noble
|
image: mariadb:11.4-noble
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "healthcheck.sh", "--connect", "--innodb_initialized"]
|
test: ["CMD", "healthcheck.sh", "--connect", "--innodb_initialized"]
|
||||||
start_period: 30s
|
start_period: 30s
|
||||||
interval: 60s
|
interval: 60s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- "./db:/var/lib/mysql"
|
- "./db:/var/lib/mysql"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue