Skip to content
Snippets Groups Projects
Commit 3a60c103 authored by Steven Dake's avatar Steven Dake
Browse files

rabbitmq: remove trailing commas in tabs so JSON parses

Change-Id: I91bb3cab059220a6677e28e928b5805410ce5f5c
parent 96b06f11
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"name": "rabbitmq", "name": "rabbitmq",
"image": "docker.usersys.redhat.com/larsks/rabbitmq", "image": "docker.usersys.redhat.com/larsks/rabbitmq",
"ports": [ "ports": [
{"containerPort": 5672}, {"containerPort": 5672}
], ],
}] }]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment