Docker icon indicating copy to clipboard operation
Docker copied to clipboard

A Dockerized version of Cachet.

Results 73 Docker issues
Sort by recently updated
recently updated
newest added

cachet_ver: v2.3.13 docker version: 17.09.0-ce docker-compose version: 1.17.1 I have just set up the docker image on a cloud server, and have set it up behind an nginx reverse proxy...

After update to 2.4.0 Docker image I have phpdebugbar always visible. How can I disable it?

Hi, I am not sure under which circumstances (maybe always) when I do docker-compose down, and then docker-compose up I get the setup page and I lose the data. Is...

SAR 19-0930 Arbitrary Code Execution in PHP This vulnerability exists in several PHP versions, and the official container should be updated to use something that has been patched.

Symfony\Component\HttpKernel\Exception\BadRequestHttpException CSRF token validation failed on clean install when instructions are followed exactly. It appears as though the entrypoint ignores environment variables and sets session driver to default.

After following the steps described in https://docs.cachethq.io/docs/get-started-with-docker, I am greeted with the following errors: cachet_1 | Attempting to connect to database ... cachet_1 | cachet_1 | Table chq_sessions does not...

Hello dear maintainers! I am working with branch 2.4, I alterder `docker-composer` file in one part only (i map database data folder to my host ` - /var/lib/postgresql_cachet_statuspage/data:/var/lib/postgresql/data`) During initial...

Cachet ver: 2.4.0-dev Deploy type: docker Hi, I have a 500 error when I try to create a metric. The error on container logs is: ```89.96.211.182 - - [13/Aug/2019:06:53:44 +0000]...

booted up, setup completed, trying to login (mainsite works) .env: (the one inside the docker container, changes in the `cachet-docker/conf/.env` seem to be ignored ``` APP_ENV="development" APP_DEBUG="true" APP_URL="************" APP_LOG="errorlog" APP_KEY="************"...

I'm currently trying to set up Cachet, but so far I haven't managed to get it up properly. Attemp 1 (Via Official Image): - [docker.compose.yml](https://pastebin.com/LPh5bHud) - Env variables fully defined...