fix env user problem
This commit is contained in:
parent
fd0fb3d959
commit
e92d7ea37d
|
@ -11,7 +11,7 @@ services:
|
||||||
- ../presets:/presets
|
- ../presets:/presets
|
||||||
- ../xattr:/xattr
|
- ../xattr:/xattr
|
||||||
environment:
|
environment:
|
||||||
- PUID=${USER}
|
- PUID=${MY_USER}
|
||||||
- PGID=${GROUP}
|
- PGID=${GROUP}
|
||||||
ports:
|
ports:
|
||||||
- ${HOST_PORT}:5454
|
- ${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
|
# 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
|
# - /transcode
|
||||||
environment:
|
environment:
|
||||||
- PUID=${USER}
|
- PUID=${THE_USER}
|
||||||
- PGID=${GROUP}
|
- PGID=${GROUP}
|
||||||
- VERSION=public
|
- VERSION=public
|
||||||
- TZ=Europe/Madrid
|
- TZ=Europe/Madrid
|
||||||
|
|
Loading…
Reference in New Issue