mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 13:23:41 -05:00
updating guide for 2.1.1
This commit is contained in:
parent
6e288467c3
commit
4762a73a26
1 changed files with 17 additions and 0 deletions
17
UPDATE.md
17
UPDATE.md
|
@ -1,5 +1,22 @@
|
|||
# Updating
|
||||
|
||||
## 2.1.0 -> 2.1.1
|
||||
|
||||
pull the update: `git pull`
|
||||
|
||||
### Docker-specific steps
|
||||
if you're running CatAsk in Docker, follow these steps as well:
|
||||
|
||||
1. rebuild the containers:
|
||||
```sh
|
||||
docker compose build
|
||||
```
|
||||
|
||||
2. restart the containers:
|
||||
```sh
|
||||
docker compose restart
|
||||
```
|
||||
|
||||
## 2.0.x -> 2.1.0
|
||||
|
||||
1. pull the update: `git pull`
|
||||
|
|
Loading…
Add table
Reference in a new issue