mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

379K
active users

The exact fix for us using Docker:

  • Run docker exec -it <postgres-container> “bash” to connect to your postgres database container.
  • Run psql -U lemmy to connect to the database with the lemmy user.
  • Run update site set icon = null where id = 1; then \q then exit

By randommouse on Github](github.com/LemmyNet/lemmy-ui/issues/1530#issuecom…)

GitHubServer error after updating to 0.18.0 · Issue #1530 · LemmyNet/lemmy-uiBy slash-zero

@stux U can actually run this as one single command :-)

Haha im sure i could! But im not such a docker expert and i was happy with this already 😃