From ea0233905dbd240a6fb1ebb8ea73fd141e2e5970 Mon Sep 17 00:00:00 2001 From: Lisoveliy <1986developer@gmail.com> Date: Thu, 1 May 2025 16:57:18 +0300 Subject: [PATCH] chore: updated docker rules --- .gitignore | 1 + compose.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ed6d1d2..7a181d2 100644 --- a/.gitignore +++ b/.gitignore @@ -400,3 +400,4 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml +.docker \ No newline at end of file diff --git a/compose.yml b/compose.yml index 567e105..d6bacec 100644 --- a/compose.yml +++ b/compose.yml @@ -9,4 +9,4 @@ services: ports: - "5432:5432" volumes: - - ./postgres_data:/var/lib/postgresql/data \ No newline at end of file + - ./.docker/postgres_data:/var/lib/postgresql/data \ No newline at end of file