From 9370c70311e4a7a248fa115d3327a5d2456323f3 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Wed, 31 Dec 2025 11:29:18 +0100 Subject: [PATCH] fix: correct Portainer default port to 8001 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Port 9000 is Authentik, Portainer runs on 8001 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .env.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.example b/.env.example index b92af17..4e03065 100644 --- a/.env.example +++ b/.env.example @@ -22,11 +22,11 @@ PORT=8083 # ============================================================================= # Portainer API (required for container/stack management) -PORTAINER_URL=http://portainer:9000 +PORTAINER_URL=http://localhost:8001 PORTAINER_API_KEY=ptr_your-api-key-here # Nginx Proxy Manager API -NPM_URL=http://npm:81 +NPM_URL=http://localhost:81 NPM_EMAIL=admin@example.com NPM_PASSWORD=your-npm-password @@ -35,7 +35,7 @@ NPM_PASSWORD=your-npm-password # ============================================================================= # Home Assistant API -HOMEASSISTANT_URL=http://homeassistant:8123 +HOMEASSISTANT_URL=http://localhost:8123 HOMEASSISTANT_TOKEN=your-long-lived-access-token # ============================================================================= @@ -43,10 +43,10 @@ HOMEASSISTANT_TOKEN=your-long-lived-access-token # ============================================================================= # Ollama API -OLLAMA_BASE_URL=http://ollama:11434 +OLLAMA_BASE_URL=http://localhost:11434 # SearXNG (self-hosted search) -SEARXNG_URL=http://searxng:8080 +SEARXNG_URL=http://localhost:8080 # ============================================================================= # Vector Database