We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4390bed commit 4b7f583Copy full SHA for 4b7f583
compose.yml
@@ -21,6 +21,12 @@ services:
21
- .env
22
depends_on:
23
- mongo
24
+ # Required for exposing logviewer port to the internet
25
+ ports:
26
+ - 8000:8000
27
+ # Uncomment and edit the path in case you need to install a local plugin
28
+ # volumes:
29
+ # - ../modmail-plugins/:/home/modmail/plugins/@local/
30
31
mongo:
32
image: mongo:7
0 commit comments