Skip to content

Commit

Permalink
removing duplicates from extra_hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Aug 27, 2024
1 parent 65e32fc commit bbac3fc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Mythic_CLI/src/cmd/internal/serviceMetadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ func AddMythicService(service string, removeVolume bool) {
pStruct["extra_hosts"] = []string{
"mythic_server:127.0.0.1",
"mythic_rabbitmq:127.0.0.1",
"mythic_graphql:127.0.0.1",
"mythic_nginx:127.0.0.1",
"mythic_react:127.0.0.1",
"mythic_documentation:127.0.0.1",
Expand Down Expand Up @@ -141,7 +140,6 @@ func AddMythicService(service string, removeVolume bool) {
pStruct["extra_hosts"] = []string{
"mythic_server:127.0.0.1",
"mythic_rabbitmq:127.0.0.1",
"mythic_graphql:127.0.0.1",
"mythic_nginx:127.0.0.1",
"mythic_react:127.0.0.1",
"mythic_documentation:127.0.0.1",
Expand Down Expand Up @@ -231,7 +229,6 @@ func AddMythicService(service string, removeVolume bool) {
pStruct["extra_hosts"] = []string{
"mythic_server:127.0.0.1",
"mythic_rabbitmq:127.0.0.1",
"mythic_graphql:127.0.0.1",
"mythic_nginx:127.0.0.1",
"mythic_react:127.0.0.1",
"mythic_documentation:127.0.0.1",
Expand Down Expand Up @@ -323,7 +320,6 @@ func AddMythicService(service string, removeVolume bool) {
pStruct["extra_hosts"] = []string{
"mythic_server:127.0.0.1",
"mythic_rabbitmq:127.0.0.1",
"mythic_graphql:127.0.0.1",
"mythic_nginx:127.0.0.1",
"mythic_react:127.0.0.1",
"mythic_documentation:127.0.0.1",
Expand Down Expand Up @@ -410,7 +406,6 @@ func AddMythicService(service string, removeVolume bool) {
pStruct["extra_hosts"] = []string{
"mythic_server:127.0.0.1",
"mythic_rabbitmq:127.0.0.1",
"mythic_graphql:127.0.0.1",
"mythic_nginx:127.0.0.1",
"mythic_react:127.0.0.1",
"mythic_documentation:127.0.0.1",
Expand Down Expand Up @@ -515,7 +510,6 @@ func AddMythicService(service string, removeVolume bool) {
pStruct["extra_hosts"] = []string{
"mythic_server:127.0.0.1",
"mythic_rabbitmq:127.0.0.1",
"mythic_graphql:127.0.0.1",
"mythic_nginx:127.0.0.1",
"mythic_react:127.0.0.1",
"mythic_documentation:127.0.0.1",
Expand Down Expand Up @@ -574,7 +568,6 @@ func AddMythicService(service string, removeVolume bool) {
pStruct["extra_hosts"] = []string{
"mythic_server:127.0.0.1",
"mythic_rabbitmq:127.0.0.1",
"mythic_graphql:127.0.0.1",
"mythic_nginx:127.0.0.1",
"mythic_react:127.0.0.1",
"mythic_documentation:127.0.0.1",
Expand Down Expand Up @@ -686,7 +679,6 @@ func AddMythicService(service string, removeVolume bool) {
pStruct["extra_hosts"] = []string{
"mythic_server:127.0.0.1",
"mythic_rabbitmq:127.0.0.1",
"mythic_graphql:127.0.0.1",
"mythic_nginx:127.0.0.1",
"mythic_react:127.0.0.1",
"mythic_documentation:127.0.0.1",
Expand Down

0 comments on commit bbac3fc

Please sign in to comment.