chore(compose): bind nginx on 0.0.0.0:8098 so NPM can reach via LAN
All checks were successful
Deploy Max Bot Test / deploy (push) Successful in 11s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
pkirillw
2026-06-18 00:38:09 +03:00
parent a103074a71
commit 496ee540b8

View File

@@ -20,7 +20,7 @@ services:
container_name: max-bot-test-nginx container_name: max-bot-test-nginx
restart: unless-stopped restart: unless-stopped
ports: ports:
- "127.0.0.1:8098:80" - "8098:80"
volumes: volumes:
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro - ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
depends_on: depends_on: