SenexCrenshaw / xTeVe

M3U Proxy and EPG aggregator for Plex DVR and Emby Live TV
MIT License
87 stars 10 forks source link

docker container as non root user #58

Open mergwyn opened 1 year ago

mergwyn commented 1 year ago

The docker container runs as root by default, and this results in a warning Don't run this as Root!. However if you set a different user id using user: 3001:3001in the compose file then you get an error open /tmp/xteve/permission.test: permission denied (Specified temp folder path is invalid, fallback to /tmp) - EC: 1015

Steps to reproduce the behavior: set user: to a non root value in the compose file

Expected behavior The tmp directory should be created with the correct ownership