tpotce/compose
Marco Ochse a8f5555324 - Prepare a docker compose file for a Raspberry Showcase
- Add config settings for the T-Pot Attack Map 2.1.0
2023-07-20 18:41:56 +02:00
..
mac_win.yml - Prepare a docker compose file for a Raspberry Showcase 2023-07-20 18:41:56 +02:00
raspberry_showcase.yml - Prepare a docker compose file for a Raspberry Showcase 2023-07-20 18:41:56 +02:00
README Begin of restructuring ... 2023-06-13 23:59:09 +02:00
standard.yml - Prepare a docker compose file for a Raspberry Showcase 2023-07-20 18:41:56 +02:00

This folder contains docker-compose.yml files, basically referring to installation types.

Just copy the .yml file you want to use over the on in the parent folder, but unload docker compose first:
> $ docker compose down -v
> $ cd compose
> $ cp standard.yml ../docker-compose.yml

For Docker Desktop on macOS and Windows machines is only one .yml available "mac_win.yml" which is a stripped down
version of T-Pot able to run with the constraints of Docker Desktop.