mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #700] [MERGED] Fixing Docker Environment variable only getting checked for existence instead of value #911
Reference in New Issue
Block a user
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/pelican-dev/panel/pull/700
Author: @BlockyBlockling
Created: 11/4/2024
Status: ✅ Merged
Merged: 11/4/2024
Merged by: @parkervcp
Base:
main← Head:skip-caddy-fix📝 Commits (3)
1a8321cUpdate entrypoint.sh7514206Update entrypoint.sh968239bUpdate entrypoint.sh📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
.github/docker/entrypoint.sh(+3 -3)📄 Description
This is fixing possible misinterpretations of the provided docker compose file.
It was only checking for the existence of the environment variable „SKIP_CADDY“ instead of checking for its value.
Now it‘s making sure that the Environment variable is actually set to true so if a value like false is set, caddy will still be active.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.