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