Emilien Escalle e16b76985c ci: auto-generate README
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-03-26 13:59:59 +01:00

434 B

Example using down-flags

Specify flags to pass to the docker-compose down command during cleanup. Default is none. Can be used to pass the --volumes flag, for example, if you want persistent volumes to be deleted as well during cleanup. A full list of flags can be found in the docker-compose down documentation.