diff --git a/File_Containers/convertx/compose.yaml b/File_Containers/convertx/compose.yaml index aec3068..38ca46d 100644 --- a/File_Containers/convertx/compose.yaml +++ b/File_Containers/convertx/compose.yaml @@ -8,5 +8,7 @@ services: environment: - JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset # - 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: - srv/docker/convertx/data:/app/data \ No newline at end of file