chore: naming of postgres volume has been made understandable

This commit is contained in:
фырат ёздэн
2025-11-16 20:34:55 +03:00
committed by GitHub
parent f7ddc715c7
commit b2264a9148

View File

@@ -17,7 +17,7 @@ export const initializePostgres = async () => {
Mounts: [
{
Type: "volume",
Source: "dokploy-postgres-database",
Source: "dokploy-postgres",
Target: "/var/lib/postgresql/data",
},
],