Hey All,
New here. First of all, let me say, I am loving ZimaOS. It solves a lot of issues and definitely makes things easier. Everything you need for a relatively simple home server setup is there. It’s saved me alot of time installing separate software to get certain things done. So great Job!
I am having issues after editing the jellyfin docker compose file, I have definitely done research to find the answer, and no luck.
When I edit the docker compose.yml file, after restarting it, i get these error’s and I know it’s probably something simple, but can’t find it.. I am only editing the paths for storage etc, and I am not changing anything else.
How do I restart the docker comose file, and have it restart the proper services and have it use the default settings of the original docker-compose.yml?
I am talking about these error’s, and also the “devices” that do not start automatically after editing the file, even knowing I’m not changing any of that..
devices:
- /dev/dri:/dev/dri
- /dev/vcsm:/dev/vcsm
- /dev/vchiq:/dev/vchiq
- /dev/video10:/dev/video10
- /dev/video11:/dev/video11
- /dev/video12:/dev/video12
WARN[0000] The “PGID” variable is not set. Defaulting to a blank string.
WARN[0000] The “PUID” variable is not set. Defaulting to a blank string.
WARN[0000] The “TZ” variable is not set. Defaulting to a blank string.
WARN[0000] The “AppID” variable is not set. Defaulting to a blank string.
Any help would be appreciated!
Thanks all