a familiar desktop experience for lemmy.
docker run -it -p "8080:8080" ghcr.io/rystaf/mlmym:latest
Set the environment variable LEMMY_DOMAIN
to run in single instance mode
docker run -it -e LEMMY_DOMAIN='lemmydomain.com' -p "8080:8080" ghcr.io/rystaf/mlmym:latest