AppsEmail - Webmail ClientsThunderbird Docker

Thunderbird Docker

Docker container for Thunderbird. The GUI of the application is accessed through a modern web browser (no installation or configuration needed on the client side) or via any VNC client.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  thunderbird:
    container_name: thunderbird
    image: jlesage/thunderbird
    ports:
      - 5800:5800
    volumes:
      - /docker/appdata/thunderbird:/config:rw
    restart: always

Resources

Website: https://www.thunderbird.net/

Docker Hub: https://hub.docker.com/r/jlesage/thunderbird

Configuration: https://github.com/jlesage/docker-thunderbird