Fix pg 18 path

This commit is contained in:
Jake Barnby
2026-03-03 00:46:38 +13:00
parent 029cd695dd
commit 9c7cef2971
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1071,7 +1071,7 @@ $hostPath = rtrim($this->getParam('hostPath', ''), '/');
networks:
- appwrite
volumes:
- appwrite-postgresql:/var/lib/postgresql/data:rw
- appwrite-postgresql:/var/lib/postgresql:rw
environment:
- POSTGRES_DB=${_APP_DB_SCHEMA}
- POSTGRES_USER=${_APP_DB_USER}
+1 -1
View File
@@ -1319,7 +1319,7 @@ services:
networks:
- appwrite
volumes:
- appwrite-postgresql:/var/lib/postgresql/data:rw
- appwrite-postgresql:/var/lib/postgresql:rw
ports:
- "5432:5432"
environment: