From a4ec975ffffb596ceafbac644d4e8bcc9d7274d8 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Sat, 16 May 2026 01:07:38 -0700 Subject: [PATCH] set volume names --- n8n/docker-compose-volume.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/n8n/docker-compose-volume.yaml b/n8n/docker-compose-volume.yaml index 007ea4b..1aa6349 100644 --- a/n8n/docker-compose-volume.yaml +++ b/n8n/docker-compose-volume.yaml @@ -54,4 +54,6 @@ services: volumes: n8n-app: - n8n-db: \ No newline at end of file + name: n8n-app + n8n-db: + name: n8n-db \ No newline at end of file