From b2af429f2581600c83e8a7a072966135228c5710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=85=86=E9=91=AB?= Date: Sat, 25 Oct 2025 20:36:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3authserver=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E7=9A=84=E7=AB=AF=E5=8F=A3=E5=92=8C=E5=81=A5=E5=BA=B7?= =?UTF-8?q?=E6=A3=80=E6=9F=A5URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e43ac35..8ab4efb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -40,13 +40,13 @@ services: - AgileConfig__Nodes=https://config.konsoft.top/ - AgileConfig__Secret=DBE31703-14F9-4B01-893D-900B8380CE04 ports: - - 8081:8081 + - 8080:8080 volumes: - /etc/letsencrypt/archive/code.konsoft.top/openiddict.pfx:/app/openiddict.pfx networks: - konsoft-shared-network healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8081/health"] + test: ["CMD", "curl", "-f", "http://localhost:8080/health"] interval: 30s timeout: 10s retries: 3