From 660edafc57b18be9b4097cc612d5ef508bcb8d77 Mon Sep 17 00:00:00 2001 From: David Arranz Date: Mon, 9 Sep 2024 10:12:23 +0200 Subject: [PATCH] . --- docker-compose.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0103807..ea3b55a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,10 +18,10 @@ services: env_file: "stack.env" image: mariadb:latest container_name: mariadb - healthcheck: - test: ["CMD", "mysqladmin", "ping", "-h", "localhost"] - timeout: 20s - retries: 10 + #healthcheck: + # test: ["CMD", "mysqladmin", "ping", "-h", "localhost"] + # timeout: 20s + # retries: 10 ports: - 3306:3306 volumes: @@ -57,8 +57,9 @@ services: - private - reverse_proxy depends_on: - mariadb: - condition: service_healthy + - mariadb + #condition: service_healthy + restart: on-failure volumes: caddy_data: