mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #593] bash: /dev/tcp/db/5432: Invalid argument #435
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#435
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @verilog15 on GitHub (Dec 24, 2021).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/593
Hi! I'm trying to test Healthchecks to see if it can help me. I want to be able to host it on my own so I wanted to try to create a Docker image. I tried to follow the steps but I'm getting:
Two things to note:
Dockerfileto set PROXY envs in both sections)..envfile. Maybe this is the reason, but all of the envs that were asked to update in the README, are related to mails and I'm currently just want to test the UI without setting the emails.How to fix it?
@cuu508 commented on GitHub (Jan 7, 2022):
Hello,
The issue is that the database container does not come up, and consequently the web container fails too because it cannot connect to the database. I googled
ls: cannot access '/docker-entrypoint-initdb.d/': Operation not permittedand found this issue: https://github.com/docker-library/postgres/issues/884#issuecomment-926855364In that issue, the suggestion is to update docker version.
@verilog15, can you check if you're on a relatively recent docker version? For the record, I'm currently running