mirror of
https://github.com/its-a-feature/Mythic
synced 2026-06-08 14:55:38 +00:00
fixing an extra set of quotes
This commit is contained in:
@@ -25,6 +25,7 @@ venv.bak/
|
||||
# ssl certs
|
||||
ssl/
|
||||
# Mythic files
|
||||
nginx-docker/config/blockips.conf
|
||||
mythic-docker/src/Mythic
|
||||
mythic_access.*
|
||||
mythic_sync/
|
||||
|
||||
@@ -77,7 +77,7 @@ func AddMythicService(service string, removeVolume bool) {
|
||||
"mythic_postgres:127.0.0.1",
|
||||
}
|
||||
if mythicEnv.GetBool("postgres_bind_localhost_only") {
|
||||
pStruct["command"] = "postgres -c \"max_connections=100\" -p ${POSTGRES_PORT} -c config_file=/etc/postgresql.conf -c \"listen_addresses='localhost'\""
|
||||
pStruct["command"] = "postgres -c \"max_connections=100\" -p ${POSTGRES_PORT} -c config_file=/etc/postgresql.conf -c \"listen_addresses=localhost\""
|
||||
} else {
|
||||
pStruct["command"] = "postgres -c \"max_connections=100\" -p ${POSTGRES_PORT} -c config_file=/etc/postgresql.conf"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user