Skip to content

Commit

Permalink
update Bazarr path mapping to match Sonarr/Radarr paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakrel committed Nov 14, 2024
1 parent d6433a0 commit 7b2b3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def bazarr(self):
' - TZ=' + self.timezone + '\n'
' volumes:\n'
' - ' + self.config_dir + '/bazarr-config:/config\n'
' - ' + self.root_dir + '/data/media:/media\n'
' - ' + self.root_dir + '/data/media:/data/media\n'
' ports:\n'
' - "6767:6767"\n'
' restart: unless-stopped\n\n'
Expand Down

0 comments on commit 7b2b3cb

Please sign in to comment.