From 5d7e87ab2dc6af203b31ec74b95304c1735796c5 Mon Sep 17 00:00:00 2001 From: Damighty <27978131-real_damighty@users.noreply.gitlab.com> Date: Tue, 9 Dec 2025 21:27:40 +0200 Subject: [PATCH] Docker compose file indent fix --- docker-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3c192f791..ba0cc0c40 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"