Skip to content

Packmind frontend container can't start in rootless container mode #3

Description

@serrien

Summary

Running Packmind with rootless container.

Problem

When running Packmind with Podman or with Docker Compose with rootless container, the frontend can't start due to lack of privilege for mapping ports under 1024.

Running the container produces the error:

[Error: INSTALLATION FAILED: repo packmind-ai not found](nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied))

Proposed fix

Change Nginx frontend port to 8080 and change docker-compose settings for the frontend to :

frontend:
    image: packmind/frontend:${PACKMIND_TAG:-latest}
    container_name: packmind-frontend
    ports:
      - '${FRONTEND_PUBLIC_PORT:-8081}:8080'
    depends_on:
      - api
      - mcp-server
    restart: unless-stopped

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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