From 39ffb0b39a3d74943ae847303874b8a48912ee0d Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 9 Aug 2025 09:48:56 -0400 Subject: [PATCH] Typo fix... need more chai. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a9520452..764fb5fd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4298,7 +4298,7 @@ services: retries: 10 test: "pg_isready -U \"$$POSTGRES_USER\" -d \"$$POSTGRES_DB\"" timeout: 2s - image: postgres:16-alipine + image: postgres:16-alpine restart: unless-stopped volumes: - nocodb_pg_data:/var/lib/postgresql/data