From 3be0d62dff54f2feeba6b06b00c61bb0c62423d7 Mon Sep 17 00:00:00 2001 From: TerenceLau Date: Thu, 6 Oct 2022 14:00:09 +0000 Subject: [PATCH] update --- nexus/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexus/docker-compose.yml b/nexus/docker-compose.yml index 74b97d8..bf29c6c 100644 --- a/nexus/docker-compose.yml +++ b/nexus/docker-compose.yml @@ -13,4 +13,4 @@ services: - 8081:8081 - 8082:8082 volumes: - - /mnt/nfs/nexus-data:/nexus-data \ No newline at end of file + - /mnt/nfs/nexus-data:/nexus-data:Z \ No newline at end of file