We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae3600 commit 9a01f10Copy full SHA for 9a01f10
bin/revert.sh
@@ -15,8 +15,8 @@ CURRENT_PATH=$(pwd)
15
cd "${SCRIPT_PATH}/../"
16
17
# Stop compose
18
-export COMPOSE_INTERACTIVE_NO_CLI=1
19
-docker compose down 2&> /dev/null || true
+#export COMPOSE_INTERACTIVE_NO_CLI=1
+docker compose down || true
20
21
# Remove newly created files/folder
22
sudo rm -rf ./data .env docker-compose.yml.backup_* .env.backup_* .env
0 commit comments