Pin Apache Pulsar container to 2.8.2

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
This commit is contained in:
Alessandro (Ale) Segala 2022-03-14 14:57:11 -07:00 committed by ItalyPaleAle
parent d859127097
commit a813308846
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
version: '2'
services:
standalone:
image: apachepulsar/pulsar
image: apachepulsar/pulsar:2.8.2
ports:
- "6650:6650"
- "8080:8080"
@ -10,4 +10,4 @@ services:
command: >
/bin/bash -c
"bin/apply-config-from-env.py conf/standalone.conf
&& bin/pulsar standalone --advertised-address standalone"
&& bin/pulsar standalone --advertised-address standalone"