From 5be784d56782b2bb3fd50d19407aa3ea10b7125c Mon Sep 17 00:00:00 2001 From: yusing Date: Sun, 26 Oct 2025 19:26:53 +0800 Subject: [PATCH] chore(env): remove frontend port configuration from example files --- .env.example | 3 --- compose.example.yml | 4 ---- 2 files changed, 7 deletions(-) diff --git a/.env.example b/.env.example index 062cb9c2..56a77812 100644 --- a/.env.example +++ b/.env.example @@ -63,9 +63,6 @@ GODOXY_METRICS_DISABLE_DISK=false GODOXY_METRICS_DISABLE_NETWORK=false GODOXY_METRICS_DISABLE_SENSORS=false -# Frontend listening port -GODOXY_FRONTEND_PORT=3000 - # Frontend aliases (subdomains / FQDNs, e.g. godoxy, godoxy.domain.com) GODOXY_FRONTEND_ALIASES=godoxy diff --git a/compose.example.yml b/compose.example.yml index 014d6bc9..ab93ce33 100755 --- a/compose.example.yml +++ b/compose.example.yml @@ -36,12 +36,8 @@ services: - all depends_on: - app - environment: - HOSTNAME: 127.0.0.1 - PORT: ${GODOXY_FRONTEND_PORT:-3000} labels: proxy.aliases: ${GODOXY_FRONTEND_ALIASES:-godoxy} - proxy.#1.port: ${GODOXY_FRONTEND_PORT:-3000} # proxy.#1.middlewares.cidr_whitelist: | # status: 403 # message: IP not allowed