mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-08 23:45:22 +02:00
chore: naming of redis volume has been made understandable
This commit is contained in:
@@ -14,7 +14,7 @@ export const initializeRedis = async () => {
|
|||||||
Mounts: [
|
Mounts: [
|
||||||
{
|
{
|
||||||
Type: "volume",
|
Type: "volume",
|
||||||
Source: "redis-data-volume",
|
Source: "dokploy-redis",
|
||||||
Target: "/data",
|
Target: "/data",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user