mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Remove deprecated version tag from docker compose files
Bump Elastic Stack to 8.13.4
This commit is contained in:
@ -157,7 +157,6 @@ def main():
|
||||
remove_unused_networks(selected_services, services, networks)
|
||||
|
||||
output_config = {
|
||||
'version': '3.9',
|
||||
'networks': networks,
|
||||
'services': selected_services,
|
||||
}
|
||||
|
@ -1,6 +1,4 @@
|
||||
# T-Pot: MAC_WIN
|
||||
version: '3.9'
|
||||
|
||||
networks:
|
||||
tpotinit_local:
|
||||
adbhoney_local:
|
||||
|
@ -1,6 +1,4 @@
|
||||
# T-Pot: MINI
|
||||
version: '3.9'
|
||||
|
||||
networks:
|
||||
adbhoney_local:
|
||||
ciscoasa_local:
|
||||
|
@ -3,8 +3,6 @@
|
||||
# T-Pot on a Raspberry Pi 4 (8GB of RAM).
|
||||
# The standard docker compose file should work mostly fine (depending on traffic) if you do not enable a
|
||||
# desktop environment such as LXDE and meet the minimum requirements of 8GB RAM.
|
||||
version: '3.9'
|
||||
|
||||
networks:
|
||||
ciscoasa_local:
|
||||
citrixhoneypot_local:
|
||||
|
@ -1,6 +1,4 @@
|
||||
# T-Pot: SENSOR
|
||||
version: '3.9'
|
||||
|
||||
networks:
|
||||
adbhoney_local:
|
||||
ciscoasa_local:
|
||||
|
@ -1,6 +1,4 @@
|
||||
# T-Pot: STANDARD
|
||||
version: '3.9'
|
||||
|
||||
networks:
|
||||
adbhoney_local:
|
||||
ciscoasa_local:
|
||||
|
Reference in New Issue
Block a user