mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #319] Permission Issue When Updating to 0.4.1 #120
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#120
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 @mark-monteiro on GitHub (Oct 10, 2022).
Original GitHub issue: https://github.com/lldap/lldap/issues/319
I get the following errors in the log output when updating from 0.4.0 to v0.4.1. This is as far as the log gets and then the image shuts down.
I'm running with a custom
useroption in my docker compose file which is likely the problem here. Is that a supported scenario, or should I just be running as root?. Here is part of my compose file (I can provide more details if needed, but I don't think the rest of the compose file is relevant):@Timelapser commented on GitHub (Oct 10, 2022):
Hey!
Try to replace the user in the compose by these two environment variables:
@mark-monteiro commented on GitHub (Oct 11, 2022):
Thanks! I must have missed that in the README when setting it up the first time 👍