We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabca3d commit a6dba58Copy full SHA for a6dba58
tests/compose/standalone/docker-compose.yml
@@ -38,7 +38,7 @@ services:
38
39
standaloneTls:
40
hostname: standaloneTls
41
- image: ghcr.io/nodece/pulsar-test-latest-version:latest
+ image: lanayx/pulsar-test-latest-version:latest
42
ports:
43
- "6651:6651"
44
command: >
@@ -66,7 +66,7 @@ services:
66
clientAuthenticationParameters: tlsCertFile:/pulsar/ssl/admin.cert.pem,tlsKeyFile:/pulsar/ssl/admin.key-pk8.pem
67
68
initTls:
69
70
volumes:
71
- ./scripts/wait-for-it.sh:/pulsar/bin/wait-for-it.sh
72
- ./scripts/init-standalone-tls.sh:/pulsar/bin/init-standalone-tls.sh
0 commit comments