Skip to content

[bug]: Proxy no working with docker-compose #3553

@davaxi

Description

@davaxi

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions