Updated Adjust honeypots docker compose config (markdown)

Marco Ochse 2020-02-03 13:45:13 +01:00
parent 897c1dd837
commit d94200cad4

@ -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. 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. 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.