Solved tab bug

This commit is contained in:
Kevin Veen-Birkenbach 2024-01-06 14:59:09 +01:00
parent 7d8b7dd00f
commit 438f63de45

View File

@ -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' %}