readme
This commit is contained in:
parent
d61a6f3bf1
commit
96eec49eb0
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ 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
|
||||
dockerrun -it -e LEMMY_DOMAIN='lemmydomain.com' -p "8080:8080" ghcr.io/rystaf/mlmym:latest
|
||||
docker run -it -e LEMMY_DOMAIN='lemmydomain.com' -p "8080:8080" ghcr.io/rystaf/mlmym:latest
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue