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