mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-07-01 11:00:31 +02:00
cleanup repo
This commit is contained in:
@@ -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