1
0
Fork 0

fix env user problem

This commit is contained in:
xavier 2024-07-23 22:03:22 +02:00
parent fd0fb3d959
commit e92d7ea37d
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ services:
- ../presets:/presets
- ../xattr:/xattr
environment:
- PUID=${USER}
- PUID=${MY_USER}
- PGID=${GROUP}
ports:
- ${HOST_PORT}:5454

View File

@ -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