Skip to content

Problems with port and testlink docker image. #2

@izertisHodei

Description

@izertisHodei

I have had some issues trying to start this docker compose.
Finally i have found 2 problems

line 19 (need to be updated due to the image is archived right now)

image: bitnami/testlink -->     image: bitnami/testlink-archived

line 23 (the por where testlink is opened is not 80, it is 8080, so if you dont change this, you are not going to be able start testlink

  - ${PORT_HTTP:-80}:80 -->   - ${PORT_HTTP:-80}:8080

thats all, with these 2 updates, the docker compose works fine.

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