Skip to content

Commit cd22560

Browse files
committed
Fix container name
1 parent 549bbcb commit cd22560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/tests/fq/generic/streaming/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ services:
22
fq-connector-go:
33
command: |
44
sh -c "
5-
echo \"$$(dig tests-fq-generic-ydb +short) tests-fq-generic-ydb\" >> /etc/hosts; cat /etc/hosts;
5+
echo \"$$(dig tests-fq-generic-streaming-ydb +short) tests-fq-generic-streaming-ydb\" >> /etc/hosts; cat /etc/hosts;
66
/opt/ydb/bin/fq-connector-go server -c /opt/ydb/cfg/fq-connector-go.yaml"
77
container_name: tests-fq-generic-streaming-fq-connector-go
88
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.8-rc.2@sha256:12d15f2e82608bc4e64fa91c549361c587754aeb0e6c6a2cee749caebb11baf8
99
ports:
1010
- "2130"
1111
ydb:
12-
container_name: tests-fq-generic-ydb
12+
container_name: tests-fq-generic-streaming-ydb
1313
environment:
1414
POSTGRES_PASSWORD: password
1515
POSTGRES_USER: user

0 commit comments

Comments
 (0)