Merge pull request #1576 from ItalyPaleAle/patch-1

This commit is contained in:
Bernd Verst 2022-03-14 16:07:36 -07:00 committed by GitHub
commit 39d980f44f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"