mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-18 12:53:42 -05:00
change updating instructions in docker setup to rebuild the image instead
This commit is contained in:
parent
ada55f1dc5
commit
a09454a5b6
1 changed files with 2 additions and 2 deletions
|
@ -41,10 +41,10 @@ docker compose down
|
||||||
|
|
||||||
2. Follow the [`UPDATE.md`](./UPDATE.md) file to see what to add or remove to your `config.json` or `.env`.
|
2. Follow the [`UPDATE.md`](./UPDATE.md) file to see what to add or remove to your `config.json` or `.env`.
|
||||||
|
|
||||||
3. Remove the Docker image
|
3. Rebuild the Docker image
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker rmi catask_catask
|
docker compose build
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Restart CatAsk
|
4. Restart CatAsk
|
||||||
|
|
Loading…
Add table
Reference in a new issue