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
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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user