changing user id for navidrome
This commit is contained in:
@@ -41,8 +41,8 @@ FOLDER_FOR_MEDIA=/media
|
||||
|
||||
# File access, date and time details for the containers / applications to use.
|
||||
# Run "sudo id docker" on host computer to find PUID / PGID and update these to suit.
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=2000
|
||||
PGID=995
|
||||
UMASK=0002
|
||||
TIMEZONE=America/Chicago
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ services:
|
||||
- 4733:4733 #rutorrent
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- PGID=995
|
||||
- TZ=America/Chicago
|
||||
- VPN_SERVICE_PROVIDER=airvpn
|
||||
- VPN_TYPE=openvpn # change it to your protocol
|
||||
@@ -42,8 +42,8 @@ services:
|
||||
image: crazymax/rtorrent-rutorrent:latest
|
||||
container_name: rutorrent
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- PUID=2000
|
||||
- PGID=995
|
||||
- TZ=America/Chicago
|
||||
- XMLRPC_PORT=11001 #the default port is 8000 but mine was already in use. if yours is free then you don't need this line and you can change this line '- 11001:11001' in ports to '- 11001:8000'
|
||||
- RT_INC_PORT=4733
|
||||
@@ -62,7 +62,7 @@ services:
|
||||
ports:
|
||||
- "8686:8686"
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PUID=2000
|
||||
- PGID=1000
|
||||
- UMASK=002
|
||||
- TZ=Etc/UTC
|
||||
@@ -72,7 +72,7 @@ services:
|
||||
|
||||
navidrome:
|
||||
image: deluan/navidrome:latest
|
||||
user: 1000:1000 # should be owner of volumes
|
||||
user: 2000:995 # should be owner of volumes
|
||||
ports:
|
||||
- "4533:4533"
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user