mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Begin of restructuring ...
- deprecate old release - set virtual version - we need tpot user / group, adding to installer - tweaking - do not use the dev branch, it will break stuff
This commit is contained in:
9
compose/README
Normal file
9
compose/README
Normal file
@ -0,0 +1,9 @@
|
||||
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.
|
Reference in New Issue
Block a user