From d94200cad44a7cab711f1e8e211d18a5a957b64f Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Mon, 3 Feb 2020 13:45:13 +0100 Subject: [PATCH] Updated Adjust honeypots docker compose config (markdown) --- Adjust-honeypots-docker-compose-config.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Adjust-honeypots-docker-compose-config.md b/Adjust-honeypots-docker-compose-config.md index 7952648..d482710 100644 --- a/Adjust-honeypots-docker-compose-config.md +++ b/Adjust-honeypots-docker-compose-config.md @@ -2,4 +2,6 @@ T-Pot uses `docker-compose` and a corresponding compose file `/opt/tpot/etc/tpot 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 +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. + +If you need further assistance regarding compose files please consult the [docker-compose documentation](https://docs.docker.com/compose/). Please understand that issues revolving around changes of the docker-compose and T-Pot services configurations will not be answered or handled by the developers. \ No newline at end of file