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