OpenEnergyPlatform / OpenEnergyPlatform/oeplatform

Documentation: Clarifications and Enhancements for Docker Installation Instructions

Open
#1,369 1 comment 1 reaction 1 assignee View on GitHub

@jh-RLI is already working on this.

Since Oct 24, 2025.

type: enhancement :gear:
Dominant language
Python
Stars
65
Forks
29
Avg merge
15h 25m
Merged PRs (30d)
32

Description

Description of the issue

"Port Already Allocated" Error Hinders Database Container Local Installation Progress.

Screenshot 2023-09-18 155921

Reason for the issue

Database container docker image already occupies port 5432, Resulting in a "Port Already Allocated" Error During Local database Installation.

dockerimg

Ideas of solution

Port Mapping Adjustment:

Advantages:

  • Quick and straightforward solution.
  • Minimal adjustments to the current setup.

Disadvantages:

  • Not suitable if both containers need the same port.
  • Risk of conflicts with other services when using common ports.
docker run -p "5433:5432" -v "$(pwd)/oeplatform_data:/var/lib/postgresql/data" ghcr.io/openenergyplatform/oeplatform-postgres:latest

postgresimg

Workflow checklist

Contributor guide

Open the contributing guide

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.