docker-compose.yaml doesn't conform to Azure naming constraints #2990
alpBilginCenta
started this conversation in
Feature Requests & Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
I was using
az containerapp compose create
to deploy librechat to azure with AzureCLI. It stated the following faults:ContainerApp name rag_api shouldn't have the "_"
container_name LibreChat shouldn't have upper case letters.
Solution:
I manually changed the values and it worked.
I guess eventually other people will also try to host this on azure container service, it might make life easier if the names were changed to lower kebabcase at some point.
Steps to Reproduce
What browsers are you seeing the problem on?
No response
Relevant log output
No response
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions