Update docker-compose.yaml
This commit is contained in:
@@ -10,4 +10,4 @@ services:
|
|||||||
image: cooldockerizer93/spotizerr
|
image: cooldockerizer93/spotizerr
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000 # Replace with your desired user ID | Remove both if you want to run as root (not recommended, might result in unreadable files)
|
- PUID=1000 # Replace with your desired user ID | Remove both if you want to run as root (not recommended, might result in unreadable files)
|
||||||
- PGID=1000 # Replace with your desired group ID |
|
- PGID=1000 # Replace with your desired group ID | The user must have write permissions in the volume mapped to /app/downloads
|
||||||
|
|||||||
Reference in New Issue
Block a user