Fix recordings bind mount permissions for non-root container user #25
No reviewers
Labels
No labels
bug
codex
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
wandabastyle/twitch_relay!25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docker"
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?
Summary
This PR makes the
recordingsbind mount more explicit and documents how to prepare the host-side folder when the container runs as UID/GID1000:1000.The app container is configured to run as a non-root user:
Because
./recordingsis a bind mount, Docker uses the host folder’s real filesystem ownership and permissions. If the host folder is not writable by UID/GID1000:1000, the app can fail when trying to create or write recordings under/app/recordings.