fix: criar container com usuário, logs json e criar network

This commit is contained in:
tkinaba
2026-05-20 16:09:58 -03:00
parent 0fc3c65259
commit dedbae0c07
3 changed files with 34 additions and 3 deletions
+1 -1
View File
@@ -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
}