Update README.md
This commit is contained in:
parent
394cc3b7bd
commit
b168673a33
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ services:
|
||||||
environment: # Defaults are listed below
|
environment: # Defaults are listed below
|
||||||
- ACCOUNT_REGISTRATION=false # true or false, you can register the first account even though this is disabled
|
- ACCOUNT_REGISTRATION=false # true or false, you can register the first account even though this is disabled
|
||||||
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234
|
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234
|
||||||
- HTTP_ALLOWED=false # setting this to true is unsafe, but as long as it locally and you trust your local network there is no problem
|
- HTTP_ALLOWED=false # setting this to true is unsafe, only set this to true locally
|
||||||
volumes:
|
volumes:
|
||||||
- convertx:/app/data
|
- convertx:/app/data
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue