Skip to content

BACKREST_PORT not honored in Docker #643

Open
@mmomjian

Description

@mmomjian

Describe the bug
Per the docs, the port can be changed with BACKREST_PORT. However, when setting BACKREST_PORT set, the listening port is not changed. Thank you!

logs:
2025-01-17T14:15:11.975-0500 INFO starting web server :9898

docker-compose.yml:

      BACKREST_PORT: '0.0.0.0:17249'

docker inspect backrest (sections):

        "Args": [
            "--",
            "/backrest",
            "--bind-address",
            ":9898"
        ],
            "Env": [
                "BACKREST_PORT=0.0.0.0:17249",

To Reproduce
Set BACKREST_PORT

Expected behavior
Backrest listening port changes

Platform Info

  • Debian 12, Backrest 2.32.1

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions