Update railway.json

added mount
This commit is contained in:
moonwalk
2025-07-16 13:04:03 +02:00
committed by GitHub
parent 3efd28d3ff
commit 498e88e7ae

View File

@@ -4,7 +4,13 @@
{
"name": "n8n-mcp",
"source": ".",
"dockerfilePath": "Dockerfile.railway"
"dockerfilePath": "Dockerfile.railway",
"volumes": [
{
"mount": "/app/data",
"name": "n8n-mcp-data"
}
]
}
]
}