Sign inSign up

loxoo/traefik

By loxoo

Updated about 2 years ago

A Docker image for The Cloud Native Edge Router

Image
0

2.6K

loxoo/traefik repository overview

loxoo/traefik

Git Commit Build Status Latest Version Size Docker Stars Docker Pulls

Usage

docker run -d \
    --name=srvtraefik \
    --restart=unless-stopped \
    --hostname=srvtraefik \
    -p 80:80 \
    -p 443:443 \
    -e [email protected] \
    -e DOCKER_ENDPOINT=unix:///var/run/docker.sock \
    -v $PWD/config:/config \
    -v $PWD/acme:/acme \
    loxoo/traefik

Environment

  • $ACME_MAIL - Email address used for Let's Encrypt registration. required
  • $DOCKER_ENDPOINT - Docker server endpoint. Can be a tcp or a unix socket endpoint. optional
  • $ACME_TEST - Use Let's Encrypt's staging server. default: false
  • $LOG_LEVEL - Logging severity levels. default: info
  • $TZ - Timezone. optional

Volume

  • /acme - The storage option sets the location where your ACME certificates are saved to.
  • /config - Server configuration file location.

Network

  • 80/tcp - Http port tcp.
  • 443/tcp - Https port tcp.

Tag summary

Content type

Image

Digest

sha256:43de704f8

Size

43.6 MB

Last updated

about 2 years ago

docker pull loxoo/traefik