Skip to content

Commit

Permalink
Revert cluster to 2.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanayx committed Nov 15, 2023
1 parent 0078aaf commit 0ecfbee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/compose/standalone/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: '2.1'
services:
standalone:
hostname: standalone
image: apachepulsar/pulsar:2.11.2
image: apachepulsar/pulsar:2.9.5
ports:
- "6650:6650"
- "2181:2181"
Expand All @@ -19,7 +19,7 @@ services:
PULSAR_PREFIX_transactionCoordinatorEnabled: "true"

init:
image: apachepulsar/pulsar:2.11.2
image: apachepulsar/pulsar:2.9.5
volumes:
- ./scripts/wait-for-it.sh:/pulsar/bin/wait-for-it.sh
- ./scripts/init-standalone.sh:/pulsar/bin/init-standalone.sh
Expand Down

0 comments on commit 0ecfbee

Please sign in to comment.