From 7451c40e4b0c735fe64efe99b977ce72f473ad2f Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Wed, 10 Sep 2025 22:39:09 +0300 Subject: Add -d for database docker command --- .zed/tasks.json | 1 + 1 file changed, 1 insertion(+) (limited to '.zed/tasks.json') diff --git a/.zed/tasks.json b/.zed/tasks.json index cf60465..ee4c082 100644 --- a/.zed/tasks.json +++ b/.zed/tasks.json @@ -47,6 +47,7 @@ "-p", "5432:5432", "--rm", + "-d", "postgres" ], -- cgit v1.2.3