mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2025-04-15 06:09:30 +02:00
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:
parent
6722978e0a
commit
aaa4479119
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user