Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 605 Bytes

UPDATE.md

File metadata and controls

40 lines (28 loc) · 605 Bytes

Update the stack

Table of content:

Update JTS containers

To update the stack - first of all stop the stack:

docker compose down

Then issue a git pull:

git pull

# if errors occured you can issue a stash before:

git stash 
git pull 

Finally, rebuild the containers

docker compose build --no-cache

And finally restart the stack

docker compose up -d