Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxn committed Oct 11, 2023
1 parent 936f132 commit 65f4a8a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@ To use Lemmy Modder - You can either:
You will need:
- docker & docker-compose

1. Add this to your docker-compose alongside the lemmy services, or wherever you like:
1. Add this (service) to your docker-compose alongside the lemmy services, or wherever you like:
```yaml
...
## your networks and volumes from lemmy should stay here

services:
...
## your other lemmy services

## this is the lemmy modder container, you can change port 9696 to wehatever you like
lemmy-modder:
image: ghcr.io/tgxn/lemmy-modder:latest
restart: unless-stopped
Expand Down

0 comments on commit 65f4a8a

Please sign in to comment.