diff --git a/Mythic_CLI/Changelog.md b/Mythic_CLI/Changelog.md index f1ef27dd..1047d6a8 100644 --- a/Mythic_CLI/Changelog.md +++ b/Mythic_CLI/Changelog.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.3.13 - 2025-02-18 + +### Changed + +- Updated all containers to have all extra_host fields + ## 0.3.12 - 2025-02-13 ### Changed diff --git a/Mythic_CLI/src/cmd/config/vars.go b/Mythic_CLI/src/cmd/config/vars.go index 94260b99..bf6ca334 100644 --- a/Mythic_CLI/src/cmd/config/vars.go +++ b/Mythic_CLI/src/cmd/config/vars.go @@ -4,5 +4,5 @@ package config var ( // Version Mythic CLI version - Version = "v0.3.12" + Version = "v0.3.13" ) diff --git a/Mythic_CLI/src/cmd/internal/serviceMetadata.go b/Mythic_CLI/src/cmd/internal/serviceMetadata.go index 7c66a5c5..b794beef 100644 --- a/Mythic_CLI/src/cmd/internal/serviceMetadata.go +++ b/Mythic_CLI/src/cmd/internal/serviceMetadata.go @@ -800,6 +800,12 @@ func Add3rdPartyService(service string, additionalConfigs map[string]interface{} existingConfig["extra_hosts"] = []string{ "mythic_server:127.0.0.1", "mythic_rabbitmq:127.0.0.1", + "mythic_nginx:127.0.0.1", + "mythic_react:127.0.0.1", + "mythic_documentation:127.0.0.1", + "mythic_graphql:127.0.0.1", + "mythic_jupyter:127.0.0.1", + "mythic_postgres:127.0.0.1", } /* pStruct := map[string]interface{}{