mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
continue with documentation
cleanup preview related folders fix typos / errors
This commit is contained in:
@ -2,7 +2,7 @@ from datetime import datetime
|
||||
import yaml
|
||||
|
||||
version = \
|
||||
"""# T-Pot Service Builder v0.2
|
||||
"""# T-Pot Service Builder v0.21
|
||||
|
||||
This script is intended as a kickstarter for users who want to build a customized docker-compose.yml for use with T-Pot.
|
||||
|
||||
@ -14,9 +14,9 @@ version = \
|
||||
"""
|
||||
|
||||
header = \
|
||||
"""# T-Pot: CUSTOM EDITION
|
||||
# Generated on: {current_date}
|
||||
"""
|
||||
"""# T-Pot: CUSTOM EDITION
|
||||
# Generated on: {current_date}
|
||||
"""
|
||||
|
||||
config_filename = "tpot_services.yml"
|
||||
service_filename = "docker-compose-custom.yml"
|
||||
|
Reference in New Issue
Block a user