added environment file

This commit is contained in:
2026-01-15 10:41:40 -05:00
parent 90594b2636
commit 8dc0524538
2 changed files with 5 additions and 3 deletions

View File

@@ -11,9 +11,7 @@ Network=host
Volume=emby-config:/config:Z
Volume=/media/CONTAINER/Videos:/mnt/Videos
AddDevice=/dev/dri/:/dev/dri/
Environment=UID=1000
Environment=GID=100
Environment=GIDLIST=100
EnvironmentFIle=embyserver.env
[Service]
Restart=unless-stopped

4
embyserver.env Normal file
View File

@@ -0,0 +1,4 @@
#Emby Server environment configuration file
UID=1000
GID=100
GIDLIST=100