You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2024. It is now read-only.
I did not have time to dig deep on the docker config, but I observed after the update that kupo and ogmios has some cross-dependent connnection somehow after the update:
tcp 0 0 127.0.0.1:1337 127.0.0.1:39562 ESTABLISHED
tcp 0 0 127.0.0.1:39562 127.0.0.1:1337 ESTABLISHED
A quick dirty solution is to replace localhost to 0.0.0.0 in the yaci-cli's template file.
I did not have time to dig deep on the docker config, but I observed after the update that kupo and ogmios has some cross-dependent connnection somehow after the update:
A quick dirty solution is to replace localhost to 0.0.0.0 in the yaci-cli's template file.
/app/kupo/bin/kupo \ --ogmios-host localhost \ --ogmios-port 1337 \ --host 0.0.0.0 \ --port 1442 \ --since origin \ --match "*" \ --workdir /clusters/default/kupo_db
What I did to get it working again.
In the container:
The text was updated successfully, but these errors were encountered: