Skip to content
/ lemmy Public
forked from LemmyNet/lemmy

🐀 A link aggregator and forum for the fediverse

License

Notifications You must be signed in to change notification settings

dockur/lemmy

 
 

Repository files navigation

Lemmy

Build Version Size Pulls

Multi-platform docker image of Lemmy, a link aggregator and forum for the fediverse.

How to use

Via Docker Compose:

services:
  lemmy:
    container_name: lemmy
    image: dockurr/lemmy
    ports:
      - 8536:8536
    environment:
      - RUST_LOG="warn"
    volumes:
      - ./lemmy.hjson:/config/config.hjson
    stop_grace_period: 1m

Via Docker CLI:

docker run -it --rm -p 8536:8536 -v " ./lemmy.hjson:/config/config.hjson" --stop-timeout 60 dockurr/lemmy

Stars

Stars

Languages

  • Rust 75.0%
  • PLpgSQL 17.7%
  • TypeScript 5.6%
  • Shell 1.4%
  • Other 0.3%