Skip to content

docker compose - cant change port and not running on 0.0.0.0 #104

@vultux

Description

@vultux

Hi

I follow the guide from this page: Quick Start to configure docker compose.

I only disabled the proxy (because I use nginx reverse proxy and disable cron too), I changed the port in .env as indicated on the page, but it doesn't matter, the container always opens on localhost:8080

Any tips?

.env
TAG=15-slim OPENPROJECT_HTTPS=false OPENPROJECT_HOST__NAME=0.0.0.0 PORT=8084 OPENPROJECT_RAILS__RELATIVE__URL__ROOT= IMAP_ENABLED=false DATABASE_URL=postgres://postgres:Senha@2025@db/openproject?pool=20&encoding=unicode&reconnect=true RAILS_MIN_THREADS=4 RAILS_MAX_THREADS=16 PGDATA="./pgdata" OPDATA="./assets"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions