mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2026-04-24 22:55:58 +03:00
[GH-ISSUE #23] nging.conf user command with enviroment variable PUID #12
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-nginx-full#12
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 @pucherot on GitHub (Oct 15, 2023).
Original GitHub issue: https://github.com/NginxProxyManager/docker-nginx-full/issues/23
When running npm with a custom user:
Warn occur when processing the
nginx.conffile, and this warn is logged atfallback_error.log:I think it would be a better solution to not include the
usercommand innginx.confif you have defined thePUIDenvironment variable.