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