Fixed bazarr compose
This commit is contained in:
		@@ -160,8 +160,11 @@ services:
 | 
				
			|||||||
  bazarr:
 | 
					  bazarr:
 | 
				
			||||||
    image: lscr.io/linuxserver/bazarr:latest
 | 
					    image: lscr.io/linuxserver/bazarr:latest
 | 
				
			||||||
    container_name: bazarr
 | 
					    container_name: bazarr
 | 
				
			||||||
    environment: null
 | 
					    restart: unless-stopped
 | 
				
			||||||
    restart: unless-stopped - PUID=1000 - PGID=1000 - TZ=Europe/Paris
 | 
					    environment:
 | 
				
			||||||
 | 
					      - PUID=1000 
 | 
				
			||||||
 | 
					      - PGID=1000
 | 
				
			||||||
 | 
					      - TZ=Europe/Paris
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - /docker/bazarr/config:/config
 | 
					      - /docker/bazarr/config:/config
 | 
				
			||||||
      - ${MEDIA_PATH}:/media
 | 
					      - ${MEDIA_PATH}:/media
 | 
				
			||||||
@@ -300,7 +303,7 @@ In *Settings > Apps*, add Radarr and Sonarr with the following details:
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
Bazarr is an app that automatically searches for the correct subtitles in your preferred languages for all the movies and TV shows added by Radarr and Sonarr.
 | 
					Bazarr is an app that automatically searches for the correct subtitles in your preferred languages for all the movies and TV shows added by Radarr and Sonarr.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Go to `http://yourserverip:9696`.
 | 
					Go to `http://yourserverip:6767`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
::alert{type="danger"}
 | 
					::alert{type="danger"}
 | 
				
			||||||
:::list{type="danger"}
 | 
					:::list{type="danger"}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user