File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tests/integration/compose Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ services:
1010 YT_PROXY : ytsaurus_backend1:${YTSAURUS_PROXY_PORT}
1111 ports :
1212 - ${YTSAURUS_PROXY_PORT}:${YTSAURUS_PROXY_PORT}
13- entrypoint : yt_local start --proxy-port ${YTSAURUS_PROXY_PORT} --local-cypress-dir /var/lib/yt/local-cypress --ytserver-all-path /usr/bin/ytserver-all --sync --fqdn ytsaurus_backend1 --proxy-config '{coordinator={public_fqdn="ytsaurus_backend1:${YTSAURUS_PROXY_PORT}"}}' --node-count 1 --queue-agent-count 1 --address-resolver-config '{enable_ipv4=%true;enable_ipv6=%false;}' --native-client-supported --id primary -c '{name=query-tracker}' --enable-auth --create-admin-user
13+ entrypoint : yt_local start --proxy-port ${YTSAURUS_PROXY_PORT} --local-cypress-dir /var/lib/yt/local-cypress --ytserver-all-path /usr/bin/ytserver-all --sync --fqdn ytsaurus_backend1 --proxy-config '{coordinator={public_fqdn="ytsaurus_backend1:${YTSAURUS_PROXY_PORT}"}}' --node-count 1 --queue-agent-count 1 --address-resolver-config '{enable_ipv4=%true;enable_ipv6=%false;}' --port-range-start 50000 -- native-client-supported --id primary -c '{name=query-tracker}' --enable-auth --create-admin-user
You can’t perform that action at this time.
0 commit comments