Mention the need to escape dollar signs within HASHED_PASSWORD in docker-compose.

That is not self-evident and mentioning it might save someone some frustration and debugging time.
This commit is contained in:
Konstantin Tretyakov 2022-09-10 21:37:57 +02:00 committed by GitHub
parent 6722978e0a
commit a3f7f5bf50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,8 @@ git config --global user.email "email address"
How to create the [hashed password](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#can-i-store-my-password-hashed).
Note that when the hashed password is specified within `docker-compose`, all `$` characters in it should be escaped as `$$` to prevent `docker-compose` from interpreting them as variable notation.
## Usage
Here are some example snippets to help you get started creating a container.