1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-23 22:04:47 +02:00

Allow specifying the traefik version for cert dumping

This commit is contained in:
Timo Schwarzer
2019-10-13 21:31:36 +02:00
parent b668eccc17
commit 0c82caf817
3 changed files with 4 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ services:
# Make sure this is the same as the main=-domain in traefik.toml
# !!! Also don’t forget to add "TRAEFIK_DOMAIN=[...]" to your .env!
- DOMAIN=$TRAEFIK_DOMAIN
# Set TRAEFIK_VERSION to v2 in your .env if you're using Traefik v2
- TRAEFIK_VERSION=${TRAEFIK_VERSION:-v1}
volumes:
- "/data/traefik:/traefik"
- "$ROOT/certs:/output"