File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ Modmail-docker is using Docker Compose which is a tool for defining and running
5
5
6
6
This repo contains a .env file and a docker-compose.yml file which will be used to setup Modmail, Logviewer, Traefik and MongoDB
7
7
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
+
8
14
### Prerequisites
9
15
10
16
- Docker
@@ -61,10 +67,10 @@ Now you should have a filled out .env file and a docker network created and all
61
67
$ dc pull
62
68
```
63
69
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
68
74
69
75
Now create the docker containers from the images together with infomation from the .env file and docker-compose.yml
70
76
``` sh
You can’t perform that action at this time.
0 commit comments