From 5810f5f89133879df78d595a721b77cb2602d679 Mon Sep 17 00:00:00 2001 From: Eze Posada Date: Thu, 2 May 2024 14:05:07 -0300 Subject: [PATCH] Typos in customizer.py --- compose/customizer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/customizer.py b/compose/customizer.py index 82f0dc9e3..8ec9ea175 100644 --- a/compose/customizer.py +++ b/compose/customizer.py @@ -9,10 +9,10 @@ ___) | __/ | \ V /| | (_| __/ | |_) | |_| | | | (_| | __/ | |____/ \___|_| \_/ |_|\___\___| |____/ \__,_|_|_|\__,_|\___|_| v0.21 -# This script is intended for users who want to build a customized docker-compose.yml forT-Pot. +# This script is intended for users who want to build a customized docker-compose.yml for T-Pot. # T-Pot Service Builder will ask for all the docker services to be included in docker-compose.yml. # The configuration file will be checked for conflicting ports. -# Port conflicts have to be resolve manually or re-running the script and excluding the conflicting services. +# Port conflicts have to be resolved manually or re-running the script and excluding the conflicting services. # Review the resulting docker-compose-custom.yml and adjust to your needs by (un)commenting the corresponding lines in the config. """