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.