mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
feat: 增加ActiveMQ测试环境
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
FROM rmohr/activemq:5.15.9
|
||||
|
||||
# 复制配置文件
|
||||
COPY users.properties /opt/activemq/conf/users.properties
|
||||
COPY activemq.xml /opt/activemq/conf/activemq.xml
|
||||
|
||||
# 暴露端口
|
||||
EXPOSE 61616 61613
|
||||
|
||||
# 设置启动命令
|
||||
CMD ["/opt/activemq/bin/activemq", "console"]
|
||||
Reference in New Issue
Block a user