From aaa4479119631ca49f3a0dd701da69c9e53155b1 Mon Sep 17 00:00:00 2001 From: Konstantin Tretyakov <220083+konstantint@users.noreply.github.com> Date: Sun, 11 Sep 2022 02:01:38 +0200 Subject: [PATCH] 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. --- readme-vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/readme-vars.yml b/readme-vars.yml index 76c8bb4..0fc610a 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -74,6 +74,7 @@ app_setup_block: | 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. # changelog changelogs: