fix env user problem
This commit is contained in:
parent
fd0fb3d959
commit
e92d7ea37d
|
@ -11,7 +11,7 @@ services:
|
|||
- ../presets:/presets
|
||||
- ../xattr:/xattr
|
||||
environment:
|
||||
- PUID=${USER}
|
||||
- PUID=${MY_USER}
|
||||
- PGID=${GROUP}
|
||||
ports:
|
||||
- ${HOST_PORT}:5454
|
|
@ -22,7 +22,7 @@ services:
|
|||
# tmpfs: #this is to use the RAM as location for the transcoding buffer. I've disabled it because of possible OutOfMemory errors. If in the future I have more RAM then will be a nice configuration
|
||||
# - /transcode
|
||||
environment:
|
||||
- PUID=${USER}
|
||||
- PUID=${THE_USER}
|
||||
- PGID=${GROUP}
|
||||
- VERSION=public
|
||||
- TZ=Europe/Madrid
|
||||
|
|
Loading…
Reference in New Issue