mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-11 06:07:47 +00:00
Updated Adjust honeypots docker compose config (markdown)
parent
742465b755
commit
d0f549645d
1 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,7 @@
|
|||
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.
|
||||
T-Pot uses `docker compose` and a corresponding compose file `$HOME/tpotce/docker-compose.yml` to start, stop and monitor containers. If you want to make adjustments 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/tpot/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](https://github.com/telekom-security/tpotce/blob/master/docker/tpotinit/dist/bin/rules.sh) and make sure to include ports statements in the compose file whether needed or not. You can also follow the [documentation](https://github.com/telekom-security/tpotce?tab=readme-ov-file#customize-t-pot-honeypots-and-services) on how to use `customizer.py` to create your own `docker-compose.yml`.
|
||||
|
||||
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/).
|
||||
|
||||
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.
|
||||
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.
|
Loading…
Reference in a new issue