Skip to content

Commit 853ab40

Browse files
authoredFeb 12, 2024
Update FAQ: clarify about hashed pass and compose file (#6671)
1 parent c31d2a0 commit 853ab40

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎docs/FAQ.md

+6
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)
Please sign in to comment.