mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #1917] [MERGED] Update docker image #1653
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/1917
Author: @parkervcp
Created: 11/20/2025
Status: ✅ Merged
Merged: 12/6/2025
Merged by: @parkervcp
Base:
main← Head:update_docker_image📝 Commits (10+)
42d9c51Update docker image98c45c4whoopsa99e5bfupdate default trusted proxies219e8acUpdate docker/entrypoint.shcafdc76update admin email variable8e269d4Merge remote-tracking branch 'origin/update_docker_image' into update_docker_image2997549Update docker/entrypoint.shf85216eUpdate compose-full-stack.yml6503a2cApply suggestion from @rmartinoscar18b2d92disable auto-http when behind proxy📊 Changes
4 files changed (+121 additions, -17 deletions)
View changed files
➕
compose-full-stack.yml(+96 -0)📝
compose.yml(+5 -3)📝
docker/Caddyfile(+3 -3)📝
docker/entrypoint.sh(+17 -11)📄 Description
Add
BEHIND_PROXYto composeMove
TRUSTED_PROXIESand added default valuesAdded notes on what to do when running behind a proxy.
Update entrypoint and caddyfile for better proxy support.
Add a full stack compose file with database and redis containers for more advanced setups.
resolves #1000
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.