Skip to content

Commit 85047f2

Browse files
ckescyiliang114
authored andcommitted
Update FAQ: clarify about hashed pass and compose file (coder#6671)
1 parent 30142fc commit 85047f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/FAQ.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,12 @@ hashed-password: "$argon2i$v=19$m=4096,t=3,p=1$wST5QhBgk2lu1ih4DMuxvg$LS1alrVdIW
356356

357357
The `hashed-password` field takes precedence over `password`.
358358

359+
If you're using Docker Compose file, in order to make this work, you need to change all the single $ to $$. For example:
360+
361+
```yaml
362+
- HASHED_PASSWORD=$$argon2i$$v=19$$m=4096,t=3,p=1$$wST5QhBgk2lu1ih4DMuxvg$$LS1alrVdIWtvZHwnzCM1DUGg+5DTO3Dt1d5v9XtLws4
363+
```
364+
359365
## Is multi-tenancy possible?
360366

361367
If you want to run multiple code-servers on shared infrastructure, we recommend

0 commit comments

Comments
 (0)