From a47ad1ff0aa8a4b61d57844ccbc47e434945cc11 Mon Sep 17 00:00:00 2001 From: dataprolet <48024821+dataprolet@users.noreply.github.com> Date: Thu, 29 Jan 2026 10:39:10 +0100 Subject: [PATCH] Remove redundant volume naming Docker compose always attaches the projects name to the volume so doing this inside the compose is redundant. --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index b83f7c4..49aa826 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -7,7 +7,7 @@ services: - 3000:3000 volumes: - /var/run/docker.sock:/var/run/docker.sock - - dockhand_data:/app/data + - data:/app/data volumes: - dockhand_data: \ No newline at end of file + data: