mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[PR #932] [CLOSED] Updates to environment variables #1041
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#1041
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?
📋 Pull Request Information
Original PR: https://github.com/healthchecks/healthchecks/pull/932
Author: @mmomjian
Created: 12/22/2023
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
fff442dUpdate .env.example📊 Changes
1 file changed (+23 additions, -21 deletions)
View changed files
📝
docker/.env.example(+23 -21)📄 Description
These changes quote true/false variables, as when unquoted they are susceptible to conversion to Booleans by YAML which is not compatible with BASH environment variables. Source
It also adds an undocumented option which allows changing the internal port for the server. This is needed in certain VPN configurations where the port is not exposed using Docker and thus cannot be easily remapped from the default.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.