Sign inSign up

dockurr/lemmy

Sponsored OSS

By dockurr

Updated 2 months ago

Forum for the fediverse

Image
Web servers
Content management system
5

10K+

dockurr/lemmy repository overview

Lemmy

Build Version Size Package Pulls

Docker image of Lemmy, a link aggregator and forum for the fediverse.

Features ✨

  • Runs Lemmy inside a Docker container
  • Provides a link aggregator and forum for the Fediverse
  • Supports ActivityPub federation with other Lemmy instances
  • Supports a custom config.hjson configuration file
  • Works on both AMD64 and ARM64 systems

Usage 🐳

Docker Compose:
services:
  lemmy:
    image: dockurr/lemmy
    container_name: lemmy
    environment:
      RUST_LOG: "warn"
    ports:
      - 8536:8536
    volumes:
      - ./lemmy.hjson:/config/config.hjson
    restart: always
    stop_grace_period: 1m
Docker CLI:
docker run -it --rm --name lemmy -p 8536:8536 -v "./lemmy.hjson:/config/config.hjson" --stop-timeout 60 docker.io/dockurr/lemmy

Stars 🌟

Stargazers

Tag summary

Content type

Image

Digest

sha256:1524d82b1

Size

64.6 MB

Last updated

2 months ago

docker pull dockurr/lemmy

This week's pulls

Pulls:

269

Last week