mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
fix(deployed-update.js): remove --volumes flag from downCommand (#784)
fix(update.js): remove --volumes flag from downCommand docs(digitalocean.md): update command description to remove --volumes flag fix(package.json): remove --volumes flag from stop:deployed script
This commit is contained in:
parent
46abc0e9af
commit
e11815833f
4 changed files with 4 additions and 4 deletions
|
|
@ -80,7 +80,7 @@ async function validateDockerRunning() {
|
|||
console.purple('Removing previously made Docker container...');
|
||||
const downCommand = `${sudo}docker-compose ${
|
||||
singleCompose ? '-f ./docs/dev/single-compose.yml ' : ''
|
||||
}down --volumes`;
|
||||
}down`;
|
||||
console.orange(downCommand);
|
||||
execSync(downCommand, { stdio: 'inherit' });
|
||||
console.purple('Pruning all LibreChat Docker images...');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue