From 7b24a7f3533d25eff518e6fce2f26bd1cee38e51 Mon Sep 17 00:00:00 2001 From: Oskar Kapala Date: Tue, 2 Jun 2026 17:25:08 +0200 Subject: [PATCH] fix: use npm_default network (actual NPM network name on VPS) --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5a86f59..9a890b7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,10 +4,10 @@ services: container_name: humanai-landing restart: unless-stopped networks: - - npm_proxy + - npm_default # Port is NOT exposed to host — traffic goes through Nginx Proxy Manager only. # In NPM, proxy host → http://humanai-landing:80 networks: - npm_proxy: + npm_default: external: true