Skip to content

Commit

Permalink
docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyepianzhou committed Oct 22, 2023
1 parent 21ea96c commit d45ee2f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/e2e-v2/cases/pulsar/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ services:
ports:
- "8000:8000"
command: >
bash -c "bin/pulsar initialize-cluster-metadata --cluster pulsar-cluster --zookeeper zookeeper:2181
--configuration-store zookeeper:2181 --web-service-url http://broker:8081
--broker-service-url pulsar://broker:6650
&& bin/apply-config-from-env.py conf/bookkeeper.conf && exec bin/pulsar bookie"
bash -c "bin/pulsar initialize-cluster-metadata --cluster pulsar-cluster --zookeeper zookeeper:2181 --configuration-store zookeeper:2181 --web-service-url http://broker:8081 --broker-service-url pulsar://broker:6650 && bin/apply-config-from-env.py conf/bookkeeper.conf && exec bin/pulsar bookie"
# Start broker
broker:
Expand Down

0 comments on commit d45ee2f

Please sign in to comment.