Chillitude central.
#Catodon
@panos, I want to migrate my small server from Sharkey to Catodon. I'm reading the migration information, but it's not very clear to me.
In my case, I have Sharkey installed with Docker using the official image:
```
services:
web:
image: registry.activitypub.software/transfem-org/sharkey:latest
restart: always
links:
- db
- redis
[...]
```
I also have it configured through Traefik.
Am I correct in understanding that I would need to replace the image with a "build: ." or something similar using the cloned repository?
Ultimately, I wouldn't mind doing a clean install, but I'd prefer to try migrating first.