-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Can't use Chinese in environment variables #11074
Comments
You still have docker compose v1 installed, Docker Compose v2 doesn't have such an issue. You can confirm by using |
I will encounter some other errors when I excute
|
I'm pretty confused while reading this doc:
Does Compose V1 refers to |
docker compose v1 (v1.x.y) refers to the legacy python implementation, it reached end of life, don't use it
it does, current release is v2.22.0 Compose file format 2.x and 3.x is obsolete, compose specification supersede this versioning logic and you should stop setting a |
I updated to When I run |
|
But you can't use |
Description
I can't use Chinese charaters in environment variables like the following:
I got the following error:
Steps To Reproduce
You can paste the above environment variables to any service. It just can't use Chinese characters.
Compose Version
docker-compose version
Anything else?
No response
The text was updated successfully, but these errors were encountered: