fix: criar container com usuário, logs json e criar network
This commit is contained in:
@@ -46,7 +46,7 @@ func GenerateConfigTOML(cv ConfigValues) (string, error) {
|
||||
// [log] — hardcoded defaults
|
||||
sb.WriteString("[log]\n")
|
||||
sb.WriteString("level = \"debug\"\n")
|
||||
sb.WriteString("format = \"text\" # Options: \"json\" or \"text\"\n")
|
||||
sb.WriteString("format = \"json\" # Options: \"json\" or \"text\"\n")
|
||||
|
||||
return sb.String(), nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user