ASD
This commit is contained in:
parent
cf0b538a9b
commit
4df7d195e0
1 changed files with 11 additions and 2 deletions
11
nessus.yaml
11
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:
|
||||
|
|
@ -33,3 +33,12 @@ services:
|
|||
networks:
|
||||
netgrimoire:
|
||||
external: true
|
||||
|
||||
|
||||
volumes:
|
||||
data:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: /DockerVol/nessus
|
||||
Loading…
Add table
Add a link
Reference in a new issue