11 lines
339 B
Markdown
11 lines
339 B
Markdown
|
## For all users
|
||
|
|
||
|
- The git repository has been moved, so please update the `git remote` url.
|
||
|
```sh
|
||
|
git remote set-url origin https://firefish.dev/firefish/firefish.git
|
||
|
```
|
||
|
|
||
|
## For Docker/Podman users
|
||
|
|
||
|
- The image tag has been changed to `registry.firefish.dev/firefish/firefish:latest`, so please update `docker-compose.yml`.
|