diff --git a/roles/ind/navidrome/docker-compose.env b/roles/ind/navidrome/docker-compose.env index b1f9999..2e5095f 100644 --- a/roles/ind/navidrome/docker-compose.env +++ b/roles/ind/navidrome/docker-compose.env @@ -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 diff --git a/roles/ind/navidrome/docker-compose.yml b/roles/ind/navidrome/docker-compose.yml index 26c3049..3156e26 100644 --- a/roles/ind/navidrome/docker-compose.yml +++ b/roles/ind/navidrome/docker-compose.yml @@ -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