From 4df7d195e0d08259905027199fa8a0e458050da1 Mon Sep 17 00:00:00 2001 From: traveler Date: Thu, 20 Mar 2025 14:20:23 -0500 Subject: [PATCH] ASD --- nessus.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/nessus.yaml b/nessus.yaml index 226412c..1589fb7 100644 --- a/nessus.yaml +++ b/nessus.yaml @@ -12,7 +12,7 @@ services: # - ACTIVATION_CODE=3RH7-HX4R-DKS6-EJFK-GNWG # restart: unless-stopped volumes: - - /DockerVol/nessus:/opt/nessus/var/nessus + - data:/opt/nessus/var/nessus # deploy: # labels: @@ -32,4 +32,13 @@ services: networks: netgrimoire: - external: true \ No newline at end of file + external: true + + +volumes: + data: + driver: local + driver_opts: + type: none + o: bind + device: /DockerVol/nessus \ No newline at end of file