cachethq / cachethq/Docker

cachet installation using docker run

Open
#368 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
439
Forks
271
PR merge metrics
No merged PRs in 30d

Description

Hi i installed cachethq using docker using commands
$ docker run --name postgres -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -d postgres:9.5

$ docker run -d --name cachet --link postgres -e DB_DRIVER=pgsql -e DB_HOST=postgres -e DB_DATABASE=postgres -e DB_USERNAME=postgres -e DB_PASSWORD=postgres -d cachethq/docker:latest
but am seeing docker ps -a its running but from web access it is showing The connection has timed out
output of docker ps -a is
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
5ad5453cfec7 cachethq/docker:latest "/sbin/entrypoint.sh" 32 minutes ago Up 32 minutes 80/tcp, 8000/tcp cachet
9e522ae92925 postgres:9.5 "docker-entrypoint.s…" 37 minutes ago Up 37 minutes 5432/tcp postgres
am accessing through : http://public ip of server:8000/setup

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.