-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current behavior
When using docker-compose, in all instance set automaticly HOSTNAME variable with docker instance name. BUT in node app web/server.js we have :
const currentPort = parseInt(process.env.PORT, 10) || 3000
const hostname = process.env.HOSTNAME || '0.0.0.0'And service never listen 0.0.0.0. Need using other name (and PORT)
Steps to reproduce
Simple lanch docker-compose and try to access with other proxy to docker (traefikfor exemple)
Browser
Google Chrome
Version
Self-hosted
Reactions are currently unavailable