1
0
mirror of https://github.com/Haxxnet/Compose-Examples synced 2025-03-02 03:48:43 +00:00

14 lines
335 B
YAML
Raw Normal View History

2023-02-15 22:45:31 +01:00
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