Skip to content

Commit 08c4e9b

Browse files
Fix cockroach start
Signed-off-by: Artem Savchenko <armisav@gmail.com>
1 parent 03df876 commit 08c4e9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
docker run -d --name crdb \
7272
-p 26257:26257 -p 8080:8080 \
7373
cockroachdb/cockroach:v24.1.0 \
74-
start-single-node --insecure --listen-addr=0.0.0.0:26257 --http-addr=0.0.0.0:8080
74+
start-single-node --insecure --listen-addr=localhost:26257 --http-addr=localhost:8080
7575
7676
echo "Waiting for PostgreSQL..."
7777
pg_ok=0

0 commit comments

Comments
 (0)