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: