This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 23e1030106 Fix typo in docker-compose (#1475)
23e1030106 is described below
commit 23e10301063b1cec10c7465d7aec018ddebe7410
Author: Vojtěch Kaniok <[email protected]>
AuthorDate: Thu Aug 21 17:57:29 2025 +0200
Fix typo in docker-compose (#1475)
Fix typo in docker compose expose port configuration
---
assembly/src/docker/docker-compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assembly/src/docker/docker-compose.yml
b/assembly/src/docker/docker-compose.yml
index bac8027f3d..aed1b4648f 100644
--- a/assembly/src/docker/docker-compose.yml
+++ b/assembly/src/docker/docker-compose.yml
@@ -26,7 +26,7 @@ services:
- "61613"
- "1883"
- "61614"
- - "8161"`
+ - "8161"
- "1099"
ports:
- "8161:8161"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact