mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

Redis::CannotConnectError: Error connecting to Redis on localhost:6379 (Errno::EADDRNOTAVAIL)

おうおうむずかしいなあw

どこかのStack Overflowを参考に

ENV REDIS_URL=${REDIS_URL:-redis://host.docker.internal:6379}

してみたら

Redis::CannotConnectError: Error connecting to Redis on host.docker.internal:6379 (SocketError)

ですってよw

zunda

だいじな方のスタックが抜けてたw

Caused by:
SocketError: getaddrinfo: Name or service not known