mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
cleanup repo
This commit is contained in:
13
examples/nessus/docker-compose.yml
Normal file
13
examples/nessus/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
nessus:
|
||||
hostname: nessus
|
||||
container_name: nessus
|
||||
image: tenableofficial/nessus:latest
|
||||
ports:
|
||||
- 8834:8834/tcp # WEB UI
|
||||
environment:
|
||||
- ACTIVATION_CODE=XXX-XXXXX-XXXXX-XXXX # change this
|
||||
- USERNAME=nessus
|
||||
- PASSWORD=MyVeryStrongNessusLoginPassword
|
||||
restart: always
|
||||
Reference in New Issue
Block a user