From 7fd4758213ad4e1ddd261c2e0e329ff042f83841 Mon Sep 17 00:00:00 2001 From: bernhard Date: Wed, 1 Oct 2025 16:27:07 +0000 Subject: [PATCH] update vol --- compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 526d9e0..94fac20 100644 --- a/compose.yaml +++ b/compose.yaml @@ -20,6 +20,7 @@ services: - 5000:5000 volumes: - /nas/pikube/bwr.net/docker:/data + - main:/var/lib/registry ui: image: joxit/docker-registry-ui:main @@ -48,4 +49,5 @@ networks: external: true volumes: - redis: \ No newline at end of file + redis: + main: \ No newline at end of file