Skip to content

Commit

Permalink
Update lidarr.app
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 authored Sep 29, 2024
1 parent fe5df5f commit d477c6c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lidarr.app
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# ================================ DEFAULT VALUES ================================== #

default_variables() {
app_name="lidarr"
app_name=lidarr
port_number=8686
time_zone="America/New_York"
appdata_path="/pg/appdata/lidarr"
music_path="/pg/media/music"
clientdownload_path="/pg/downloads"
version_tag="latest"
expose=""
time_zone=America/New_York
appdata_path=/pg/appdata/lidarr
music_path=/pg/media/music
clientdownload_path=/pg/downloads
version_tag=latest
expose=
}

# ================================ CONTAINER DEPLOYMENT ================================ #
Expand Down Expand Up @@ -59,4 +59,4 @@ EOF


# ================================ EXTRA FUNCTIONS ================================ #
# NOTE: Extra Functions for Script Organization
# NOTE: Extra Functions for Script Organization

0 comments on commit d477c6c

Please sign in to comment.