Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 783 Bytes

Changelog.md

File metadata and controls

11 lines (7 loc) · 783 Bytes

Changelog

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.

0.0.8 - 2022-11-7

Changed

  • If the services section of the docker-compose.yml file is already set, then the mythic-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 the networks.default_network.driver_opts field since the yaml parser will break up the com.docker.network.bridge.name field into subkeys rather than leaving it as a single key.