Merge pull request #11 from surevine/monitoring_plugin_ports
Expose additional ports for monitoring pluginpull/12/head
commit
70f67e84cf
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue