From e3c65c1e9a8aff685de6a39dffe3daad6b801ca4 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Mon, 3 Feb 2020 13:39:47 +0100 Subject: [PATCH] Created Adjust honeypots (markdown) --- Adjust-honeypots.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Adjust-honeypots.md diff --git a/Adjust-honeypots.md b/Adjust-honeypots.md new file mode 100644 index 0000000..7952648 --- /dev/null +++ b/Adjust-honeypots.md @@ -0,0 +1,5 @@ +T-Pot uses `docker-compose` and a corresponding compose file `/opt/tpot/etc/tpot.yml` (linking to one of the editions in `/opt/tpot/etc/compose`) to start, stop and monitor containers. If you want to make adjustments to what honeypots T-Pot is using you can adjust the file yourself. + +Please be aware, that any changes will also have an effect on how T-Pot treats firewall rules (`/opt/bin/rules.sh`) and make sure to include ports statements in the compose file whether needed or not. + +The header lines of the compose files will also be used during an update (`/opt/tpot/update.sh`), modifying or deleting them will prevent you from receiving updates with regard to T-Pot's images, settings and editions. \ No newline at end of file