From 894c889582273133c21399c2f3105358f2be0d21 Mon Sep 17 00:00:00 2001 From: TerenceLau Date: Thu, 6 Oct 2022 15:26:15 +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 a073b5c..e46f2c6 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:Z \ No newline at end of file + - /home/ubuntu/infrastructure/nexus-repository/nexus-data:/nexus-data:Z \ No newline at end of file