Update README.md
This commit is contained in:
parent
708776ee7b
commit
904b944766
1 changed files with 6 additions and 1 deletions
|
|
@ -31,8 +31,9 @@ services:
|
|||
ports:
|
||||
- "3000:3000"
|
||||
environment: # Defaults are listed below
|
||||
- ACCOUNT_REGISTRATION=false # true or false
|
||||
- ACCOUNT_REGISTRATION=false # true or false, you can register the first account even though this is disabled
|
||||
- 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
|
||||
volumes:
|
||||
- /path/you/want:/app/data
|
||||
```
|
||||
|
|
@ -47,6 +48,10 @@ Then visit `http://localhost:3000` in your browser and create your account. Don'
|
|||
|
||||
If you get unable to open database file run `chown -R $USER:$USER path` on the path you choose.
|
||||
|
||||
### Tutorial
|
||||
|
||||
Tutorial in french: https://belginux.com/installer-convertx-avec-docker/
|
||||
|
||||
## Todo
|
||||
- [x] Add messages for errors in converters
|
||||
- [ ] Add options for converters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue