mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
fix: use docker compose v2 syntax in update.sh; only stop/start the containers rather than recreating them
This commit is contained in:
parent
561f91949d
commit
1308054d69
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
echo Updating Zeppelin...
|
echo Updating Zeppelin...
|
||||||
|
|
||||||
docker-compose -f docker-compose.production.yml down
|
docker compose -f docker-compose.production.yml stop
|
||||||
git pull
|
git pull
|
||||||
docker-compose -f docker-compose.production.yml -d up
|
docker compose -f docker-compose.production.yml start
|
||||||
|
|
||||||
echo Update finished!
|
echo Update finished!
|
||||||
|
|
Loading…
Add table
Reference in a new issue