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
Got problem when write docker compose file wrote like the example, it will fail to start when Misskey try to connect to redis services.
This problem cased by docker working with firewalld, when internal: true configed in internal_network, it will block containers connect to each other but can connect from host or internet.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Got problem when write docker compose file wrote like the example, it will fail to start when Misskey try to connect to redis services.
This problem cased by docker working with firewalld, when
internal: trueconfiged in internal_network, it will block containers connect to each other but can connect from host or internet.Also the open #7837 may face the same BUG.
It's not Misskey's fail, but the docker's BUG. For better env, consider remove this config line?
Beta Was this translation helpful? Give feedback.
All reactions