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