From 44f49b89924620c78dbe39252b5d81b8c2183884 Mon Sep 17 00:00:00 2001 From: TerenceLau Date: Thu, 6 Oct 2022 06:25:55 +0000 Subject: [PATCH] update nexus --- nexus/docker-compose.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nexus/docker-compose.yml b/nexus/docker-compose.yml index d115b14..2a3cfc7 100644 --- a/nexus/docker-compose.yml +++ b/nexus/docker-compose.yml @@ -10,4 +10,7 @@ services: - 8081:8081 - 8082:8082 volumes: - - ./data:/nexus-data \ No newline at end of file + - /home/ubuntu/nexus-data:/nexus-data + +volumes: + \ No newline at end of file