You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unla | panic: Failed to load service configuration: yaml: unmarshal errors:
unla | line 44: cannot unmarshal !!str `` into map[string]string
And ChatGPT claims I need to change this line: include_fields: "${TRACING_INCLUDE_FIELDS:}" into include_fields: "${TRACING_INCLUDE_FIELDS:{]}" which kinda fixes the error but gives the next one. I am struggling to follow this change of errors and fix it. (configs/mcp-gateway.yaml)
Are there working deployment instructions available somewhere please?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am referring to these: https://docs.unla.amoylab.com/en/deployment/docker#all-in-one-deployment
Its basically these lines:
following which I converted the docker run command into a compose file:
When running the container, I get this error:
And ChatGPT claims I need to change this line:
include_fields: "${TRACING_INCLUDE_FIELDS:}"intoinclude_fields: "${TRACING_INCLUDE_FIELDS:{]}"which kinda fixes the error but gives the next one. I am struggling to follow this change of errors and fix it. (configs/mcp-gateway.yaml)Are there working deployment instructions available somewhere please?
Beta Was this translation helpful? Give feedback.
All reactions