Merge pull request #1576 from ItalyPaleAle/patch-1
This commit is contained in:
commit
39d980f44f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue