fixed postgres data location with the newer version

This commit is contained in:
2025-12-10 17:47:14 +01:00
parent 62be03e72a
commit f3ba5682b1

View File

@@ -94,7 +94,7 @@ services:
ports:
- "5432:5432"
volumes:
- ./storage/postgres/:/var/lib/postgresql/data
- ./storage/postgres/:/var/lib/postgresql
env_file:
- .env.database