Update README.md

This commit is contained in:
Emrik Östling 2024-05-29 10:08:37 +02:00 committed by GitHub
parent 394cc3b7bd
commit b168673a33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
``` ```