mirror of
https://github.com/khairul169/garage-webui.git
synced 2025-12-16 20:41:05 +07:00
Update README for escaping dollar signs
Clarify escaping of dollar signs in Docker Compose.
This commit is contained in:
parent
95d878a1b6
commit
9159e2124f
@ -171,7 +171,7 @@ webui:
|
|||||||
```
|
```
|
||||||
Docker Compose treats $ as the start of an environment variable.
|
Docker Compose treats $ as the start of an environment variable.
|
||||||
Since bcrypt hashes can contain $ characters, Compose will try to substitute them and may emit warnings or truncate the value.
|
Since bcrypt hashes can contain $ characters, Compose will try to substitute them and may emit warnings or truncate the value.
|
||||||
To pass a literal $, you must escape it as $$
|
To pass a literal ''$'', you must escape it as ''$$''
|
||||||
|
|
||||||
|
|
||||||
### Running
|
### Running
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user