remove the environment section from letencrypt

when you specify the file it automatically uses the variables defined in the
file.
This commit is contained in:
Andreas Zweili 2021-05-17 17:31:11 +02:00
parent a6cc414463
commit b2ffd46a25
1 changed files with 0 additions and 8 deletions

View File

@ -29,14 +29,6 @@ services:
cap_add:
- NET_ADMIN
env_file: letsencrypt.env
environment:
- "PUID=${PUID}"
- "PGID=${PGID}"
- "TZ=${TZ}"
- "URL=${URL}"
- "VALIDATION=${VALIDATION}"
- "EMAIL=${EMAIL}"
- "DHLEVEL=${DHLEVEL}"
volumes:
- ./letsencrypt:/config
ports: