mirror of
https://github.com/OpenCTI-Platform/opencti.git
synced 2025-12-22 08:17:08 +00:00
[deps] Update rabbitmq Docker tag to v4.2.2
This commit is contained in:
@@ -325,7 +325,7 @@ services:
|
||||
MINIO_ROOT_PASSWORD: ChangeMe
|
||||
command: [server, /data]
|
||||
- name: rabbitmq
|
||||
image: rabbitmq:4.2.1-management
|
||||
image: rabbitmq:4.2.2-management
|
||||
|
||||
- name: opencti-raw-start
|
||||
image: nikolaik/python-nodejs:python3.11-nodejs22-alpine
|
||||
|
||||
@@ -113,7 +113,7 @@ services:
|
||||
restart: unless-stopped
|
||||
opencti-dev-rabbitmq:
|
||||
container_name: opencti-dev-rabbitmq
|
||||
image: rabbitmq:4.2.1-management
|
||||
image: rabbitmq:4.2.2-management
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./rabbitmq.config:/etc/rabbitmq/conf.d/90-userdefined.conf
|
||||
|
||||
Reference in New Issue
Block a user