chore: naming of redis volume has been made understandable

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

View File

@@ -14,7 +14,7 @@ export const initializeRedis = async () => {
Mounts: [
{
Type: "volume",
Source: "redis-data-volume",
Source: "dokploy-redis",
Target: "/data",
},
],