From 1fd5cf18d40a284c66bec3794a687b6f1c2f40c0 Mon Sep 17 00:00:00 2001 From: kovagoadi Date: Tue, 25 Nov 2025 11:20:02 +0100 Subject: [PATCH] new config --- docker-compose.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index ac149c4..d1b9dc7 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -16,12 +16,10 @@ services: - --entryPoints=Name:http Address::80 Redirect.EntryPoint:https - --entryPoints=Name:https Address::443 TLS - --defaultentrypoints=https,http - - --docker.watch=true - - --acme.email=kovagoadi@gmail.com - # - --acme.storage=acme.json - - --acme.entryPoint=https - - --acme.onHostRule=true - - --acme.httpchallenge.entrypoint=http + - --certificatesresolvers.letsencrypt.acme.httpchallenge=true + - --certificatesresolvers.letsencrypt.acme.httpchallenge.entrypoint=http + - --certificatesresolvers.letsencrypt.acme.email=${EMAIL} + - --certificatesresolvers.letsencrypt.acme.storage=/letsencrypt/acme.json ports: - "${PORT}:80" - "8080"