mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
generate iptables rules dynamically from docker-compose.yml
This commit is contained in:
@ -206,6 +206,8 @@ services:
|
||||
- SYS_PTRACE
|
||||
security_opt:
|
||||
- apparmor=unconfined
|
||||
ports:
|
||||
- "64301:64301"
|
||||
image: "dtagdevsec/netdata:1710"
|
||||
volumes:
|
||||
- /proc:/host/proc:ro
|
||||
@ -303,4 +305,6 @@ services:
|
||||
network_mode: "host"
|
||||
env_file:
|
||||
- /opt/tpot/etc/compose/wetty_environment
|
||||
ports:
|
||||
- "64300:64300"
|
||||
image: "dtagdevsec/wetty:1710"
|
||||
|
Reference in New Issue
Block a user