From 438f63de45147ed87f1a6fb0e8e1623b8a7bcf32 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sat, 6 Jan 2024 14:59:09 +0100 Subject: [PATCH] Solved tab bug --- roles/docker-baserow/templates/docker-compose.yml.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/docker-baserow/templates/docker-compose.yml.j2 b/roles/docker-baserow/templates/docker-compose.yml.j2 index 44388499..32a258d3 100644 --- a/roles/docker-baserow/templates/docker-compose.yml.j2 +++ b/roles/docker-baserow/templates/docker-compose.yml.j2 @@ -18,11 +18,11 @@ services: - data:/baserow/data ports: - "{{http_port}}:80" - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:80/"] - interval: 1m - timeout: 10s - retries: 3 + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost:80/"] + interval: 1m + timeout: 10s + retries: 3 {% include 'templates/docker-container-networks.yml.j2' %} {% include 'templates/docker-container-depends-on-database-redis.yml.j2' %}