diff --git a/docker.md b/docker.md index 24d9c53..d55d86a 100644 --- a/docker.md +++ b/docker.md @@ -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`. -3. Remove the Docker image +3. Rebuild the Docker image ```sh -docker rmi catask_catask +docker compose build ``` 4. Restart CatAsk