hub.docker.com

linuxserver/thunderbird

This readme has been truncated from the full version found HERE

Thunderbird is a free and open-source personal information manager primarily used as an e-mail client with a calendar and contactbook, as well as an RSS feed reader, chat client, and news client.

Application Setup

The application can be accessed at:

Usage

docker run -d \
  --name=thunderbird \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -p 3000:3000 \
  -p 3001:3001 \
  -v /path/to/config:/config \
  --shm-size="1gb" \
  --restart unless-stopped \
  lscr.io/linuxserver/thunderbird:latest

Read the original on hub.docker.com ↗