Add explicit container user to docker-compose.yml #24
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!24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/add-user-1000-1000-to-docker-compose"
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?
Motivation
twitch-relaycontainer runs as UID/GID 1000 instead of root when deployed via Docker Compose.Description
user: "1000:1000"to thetwitch-relayservice indocker-compose.ymlto enforce the UID/GID mapping.Testing
docker compose config >/tmp/compose.outbut it failed becausedockeris not available in the execution environment.Codex Task