Merge pull request #11 from surevine/monitoring_plugin_ports

Expose additional ports for monitoring plugin
pull/12/head
Dominic Kua 2020-09-07 09:46:49 +01:00 committed by GitHub
commit 70f67e84cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,8 @@ services:
ports:
- "5221:5222"
- "5261:5269"
- "7071:7070"
- "7441:7443"
- "9091:9090"
depends_on:
- "db2"
@ -50,6 +52,8 @@ services:
ports:
- "5222:5222"
- "5262:5269"
- "7072:7070"
- "7442:7443"
- "9092:9090"
depends_on:
- "db2"