Title logo
linuxserver/letsencrypt.

A Letsencrypt nginx container, brought to you by LinuxServer.io.

400,353,079 596 amd64 arm64 arm Deprecated

Build Information

General build information for this image

Docker Hub linuxserver/letsencrypt
Build Time 05 Jan 2021 19:39:08
Synchronised Yes
Stable Yes
Deprecated Yes

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-1.11.0 05 Jan 2021 at 19:39:08

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  letsencrypt:
    image: linuxserver/letsencrypt:version-1.11.0
    container_name: letsencrypt
    restart: no

CLI

docker create \
  --name=letsencrypt \  --restart no \
  linuxserver/letsencrypt:version-1.11.0