We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 061ca6c + 153390f commit d3b7e68Copy full SHA for d3b7e68
packages/server/src/setup/postgres-setup.ts
@@ -17,7 +17,7 @@ export const initializePostgres = async () => {
17
Mounts: [
18
{
19
Type: "volume",
20
- Source: "dokploy-postgres-database",
+ Source: "dokploy-postgres",
21
Target: "/var/lib/postgresql/data",
22
},
23
],
packages/server/src/setup/redis-setup.ts
@@ -14,7 +14,7 @@ export const initializeRedis = async () => {
14
15
16
- Source: "redis-data-volume",
+ Source: "dokploy-redis",
Target: "/data",
0 commit comments