Title logo
linuxserver/thelounge.

A TheLounge container, brought to you by LinuxServer.io.

11,985,930 47 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/thelounge
Build Time 05 Dec 2023 03:09:55
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 4.4.1 05 Dec 2023 at 03:09:07

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  thelounge:
    image: linuxserver/thelounge:4.4.1
    container_name: thelounge
    restart: no

CLI

docker create \
  --name=thelounge \  --restart no \
  linuxserver/thelounge:4.4.1