All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- If the
services
section of the docker-compose.yml file is already set, then themythic-cli
binary doesn't modify it. This allows people to make small modifications (such as adding IPv6 addresses) without being overridden. The only field that gets statically changed back each time the mythic-cli binary is run is thenetworks.default_network.driver_opts
field since the yaml parser will break up thecom.docker.network.bridge.name
field into subkeys rather than leaving it as a single key.