Skip to content

Commit

Permalink
Revert zookeeper volume to local directory
Browse files Browse the repository at this point in the history
Signed-off-by: joshvanl <[email protected]>
  • Loading branch information
JoshVanL committed Aug 1, 2023
1 parent 7777073 commit 3985df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/certification/pubsub/pulsar/config/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/data
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
restart: on-failure
network_mode: "host"
volumes:
- zookeeperdata:/pulsar/data/zookeeper
- ./data/zookeeper:/pulsar/data/zookeeper
environment:
- metadataStoreUrl=zk:localhost:2181
- metricsProvider.httpPort=7000
Expand Down Expand Up @@ -99,5 +99,4 @@ services:
command: bash -c "bin/apply-config-from-env.py conf/broker.conf && exec bin/pulsar broker"

volumes:
zookeeperdata:
bookiedata:

0 comments on commit 3985df1

Please sign in to comment.