Skip to content

Commit df6dfa9

Browse files
authored
Update README.md
1 parent b8644cf commit df6dfa9

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Modmail-docker is using Docker Compose which is a tool for defining and running
55

66
This repo contains a .env file and a docker-compose.yml file which will be used to setup Modmail, Logviewer, Traefik and MongoDB
77

8+
All support for Modmail and Logviewer should done at their repos
9+
10+
Modmail https://github.com/kyb3r/modmail
11+
Logviewer https://github.com/kyb3r/logviewer
12+
or on their support discord server https://discord.gg/etJNHCQ
13+
814
### Prerequisites
915

1016
- Docker
@@ -61,10 +67,10 @@ Now you should have a filled out .env file and a docker network created and all
6167
$ dc pull
6268
```
6369
Which will pull the latest version of
64-
- Modmail
65-
- Logviewer
66-
- Traefik
67-
- MongoDB
70+
- Modmail https://github.com/kyb3r/modmail
71+
- Logviewer https://github.com/kyb3r/logviewer
72+
- Traefik https://github.com/containous/traefik
73+
- MongoDB https://github.com/mongodb/mongo
6874

6975
Now create the docker containers from the images together with infomation from the .env file and docker-compose.yml
7076
```sh

0 commit comments

Comments
 (0)