added environment file
This commit is contained in:
@@ -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
4
embyserver.env
Normal file
@@ -0,0 +1,4 @@
|
||||
#Emby Server environment configuration file
|
||||
UID=1000
|
||||
GID=100
|
||||
GIDLIST=100
|
||||
Reference in New Issue
Block a user