I have tried installing it with docker on Ubuntu 20.04 and 22.04 LTS but cannot seem to get it working. The build keeps erroring out with docker errors.
I got mine running via Docker by copying the docker-compose, nginx, and lemmy.hjson files from the lemmy-ansible repo. Everything is working so far except votes and comments from other instances. They won't sync for some reason.
Thanks! My set up is a bit different however. I don't use docker nginx and I just use the native one but I do have proxy_set_header Upgrade $http_upgrade; and proxy_set_header Connection $connection_upgrade; on my nginx.conf.
I could post comments locally on my own instance. That works but I can't see comments or upvotes from other instances but I can see their posts (not all of it though). Likewise, I can see my own instance's posts from another instance but not the comments or upvotes.
My instance is also behind Cloudflare but turning off the proxy doesn't change the behaviour.