Update File_Containers/convertx/compose.yaml
This commit is contained in:
@@ -8,5 +8,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset
|
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset
|
||||||
# - HTTP_ALLOWED=true # uncomment this if accessing it over a non-https connection
|
# - HTTP_ALLOWED=true # uncomment this if accessing it over a non-https connection
|
||||||
|
#- ACCOUNT_REGISTRATION=false
|
||||||
|
#- ALLOW_UNAUTHENTICATED=faslse #Allow unauthenticated users to use the service, only set this to true locally
|
||||||
volumes:
|
volumes:
|
||||||
- srv/docker/convertx/data:/app/data
|
- srv/docker/convertx/data:/app/data
|
||||||
Reference in New Issue
Block a user