Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Sep 25, 2024
1 parent a9465ab commit d135265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonarr.app
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_variables() {
port_number=8989
time_zone=America/New_York
appdata_path=/pg/appdata/sonarr
movies_path=/pg/media/tv
tv_path=/pg/media/tv
clientdownload_path=/pg/downloads
version_tag=latest
expose=
Expand All @@ -27,7 +27,7 @@ services:
- TZ=${time_zone}
volumes:
- ${appdata_path}:/config
- ${movies_path}:/movies
- ${tv_path}:/tv
- ${clientdownload_path}:/downloads
ports:
- "${expose}${port_number}:8989"
Expand Down

0 comments on commit d135265

Please sign in to comment.