mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-06-29 07:25:48 +00:00
update docs
This commit is contained in:
@@ -28,6 +28,7 @@ services:
|
||||
- "3000:3000"
|
||||
environment: # Defaults are listed below
|
||||
- ACCOUNT_REGISTRATION=false # true or false
|
||||
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken
|
||||
volumes:
|
||||
- /path/you/want:/app/data
|
||||
```
|
||||
|
||||
@@ -673,7 +673,7 @@ export async function convert(
|
||||
command += ` -f "${convertTo}"`;
|
||||
}
|
||||
|
||||
command += " ${targetPath}";
|
||||
command += ` ${targetPath}`;
|
||||
|
||||
return exec(command, (error, stdout, stderr) => {
|
||||
if (error) {
|
||||
|
||||
Reference in New Issue
Block a user