Skip to content

Commit

Permalink
fixed volume mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed May 1, 2024
1 parent 6cfa086 commit 569b3cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors:
description: A collection of roles for running a media server in docker containers - sonarr, radarr, plex, ombi, transmission, etc
license_file: LICENSE
readme: README.md
version: 0.0.19
version: 0.0.20
repository: https://github.com/compscidr/ansible-media-server
tags:
- docker
Expand Down
2 changes: 1 addition & 1 deletion roles/sonarr/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- "{{ sonarr_port }}:8989"
volumes:
- "{{ sonarr_tv_folder }}:/tv:rw"
- "{{ sonarr_downloads_folder }}:/data:downloads"
- "{{ sonarr_downloads_folder }}:/downloads:rw"
- "{{ sonarr_folder }}:/config:rw"
env:
TZ: "{{ sonarr_tz }}"
Expand Down

0 comments on commit 569b3cd

Please sign in to comment.