From 92b60c3ca2264817d19c9ca8db2d3eb8a2460c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Wed, 31 Jan 2024 17:53:30 +0100 Subject: [PATCH] Update 'db.yml' --- db.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/db.yml b/db.yml index 9a446aa..28ee102 100644 --- a/db.yml +++ b/db.yml @@ -13,11 +13,8 @@ services: POSTGRES_PASSWORD: zpzc-s434686-password POSTGRES_DB: zpzc-s434686-db volumes: - - dbdata:/var/lib/postgresql/data + - /mnt/HC_Volume_100331891:/var/lib/postgresql/data networks: - gitea ports: - - "5432:5432" - -volumes: - dbdata: \ No newline at end of file + - "5432:5432" \ No newline at end of file