mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
fix: remove deprecated compose version tag
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
|
||||
nessus:
|
||||
hostname: nessus
|
||||
container_name: nessus
|
||||
image: tenableofficial/nessus:latest
|
||||
container_name: nessus
|
||||
hostname: nessus
|
||||
ports:
|
||||
- 8834:8834/tcp # WEB UI
|
||||
expose:
|
||||
- 8834
|
||||
environment:
|
||||
- ACTIVATION_CODE=XXX-XXXXX-XXXXX-XXXX # change this
|
||||
- USERNAME=nessus
|
||||
|
||||
Reference in New Issue
Block a user