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