Commit 2582822f7915423a12b8c2e9a5afc8a8c9bc8e4e

Authored by George Vlahavas
1 parent ddcd1bfdbd
Exists in master

Rename RabbitMQ container to kea_rabbitmq

Showing 2 changed files with 2 additions and 2 deletions

docker-compose-jfrog.yml View file @ 2582822
... ... @@ -155,7 +155,7 @@
155 155 - "5000:5000"
156 156  
157 157 rabbitmq-client:
158   - image: registry.curex-project.eu:443/curex-local/xlsiem_rabbitmq:1.0.0
  158 + image: registry.curex-project.eu:443/curex-local/kea_rabbitmq:1.0.0
159 159 container_name: rabbitmq_client
160 160 restart: unless-stopped
161 161  
docker-compose.yml View file @ 2582822
... ... @@ -128,7 +128,7 @@
128 128 rabbitmq-client:
129 129 build:
130 130 context: ./RabbitMQ_sub
131   - image: registry.curex-project.eu:443/curex-local/xlsiem_rabbitmq:1.0.0
  131 + image: registry.curex-project.eu:443/curex-local/kea_rabbitmq:1.0.0
132 132 container_name: rabbitmq_client
133 133 restart: unless-stopped
134 134