opf / opf/openproject-docker-compose

docker compose - cant change port and not running on 0.0.0.0

Open
#104 5 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
342
Forks
315
PR merge metrics
No merged PRs in 30d

Description

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"

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The payload names the Quick Start guide and .env; start by reproducing the Docker Compose startup with PORT=8084 and inspecting the resulting published-port and bind-address configuration. Done means the OpenProject container is reachable on the requested 0.0.0.0:8084 rather than localhost:8080.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, docker-compose
Domain
devops, infrastructure
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.