tainrs/lidarr
Starting the container
-
Set the
PUID
variable to the local user that has read & write permissions for theconfig
folder. (e.g.PUID=1000
orPUID=$(id -u)
for the current user id) -
Set the
GUID
variable to the local group that has read & write permissions for theconfig
folder. (e.g.GUID=1000
orGUID=$(id -g)
for the current group id) -
UMASK 002 is the default for most applications. This corresponds to 775 or rwxrwxr-x permissions.
-
Set the path to your config folder as needed. Here it's set to the
config
subfolder in the current directory.
Hint: you can use the current workdir as wel. e.g.-v $(pwd)/config:/config
-
Set the
PUID
variable to the local user that has read & write permissions for theconfig
folder. (e.g.PUID=1000
orPUID=$(id -u)
for the current user id) -
Set the
GUID
variable to the local group that has read & write permissions for theconfig
folder. (e.g.GUID=1000
orGUID=$(id -g)
for the current group id) -
UMASK 002 is the default for most applications. This corresponds to 775 or rwxrwxr-x permissions.
-
Set the path to your config folder as needed. Here it's set to the
config
subfolder in the current directory.
Hint: you can use the current workdir as wel. e.g.-v $(pwd)/config:/config
This is the Lidarr container.
Tags
Tags | Description | Last Updated | Age |
---|