Skip to content

Commit c425e00

Browse files
committed
packaging: fix macOS smoke-test Scylla address
1 parent 807eed3 commit c425e00

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packaging/smoke-test-app/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ services:
1111
image: scylladb/scylla
1212
ports:
1313
- "127.0.0.1:9042:9042"
14+
- "127.0.0.1:19042:19042"
1415
networks:
1516
public:
1617
ipv4_address: 172.44.0.2
1718
command: |
1819
--rpc-address 172.44.0.2
20+
--broadcast-rpc-address 127.0.0.1
1921
--listen-address 172.44.0.2
2022
--skip-wait-for-gossip-to-settle 0
2123
--ring-delay-ms 0

0 commit comments

Comments
 (0)