Skip to content

Commit 4b7f583

Browse files
committed
Update compose file
1 parent 4390bed commit 4b7f583

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

compose.yml

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ services:
2121
- .env
2222
depends_on:
2323
- 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/
2430

2531
mongo:
2632
image: mongo:7

0 commit comments

Comments
 (0)