This commit is contained in:
Ryan Stafford 2023-07-02 20:40:02 -04:00
parent d61a6f3bf1
commit 96eec49eb0

View file

@ -9,7 +9,7 @@ a familiar desktop experience for [lemmy](https://join-lemmy.org).
docker run -it -p "8080:8080" ghcr.io/rystaf/mlmym:latest
```
## config
### config
Set the environment variable `LEMMY_DOMAIN` to run in single instance mode
```bash
docker run -it -e LEMMY_DOMAIN='lemmydomain.com' -p "8080:8080" ghcr.io/rystaf/mlmym:latest