Skip to content

Commit b7164fb

Browse files
Bot Updating Templated Files
1 parent 89958ab commit b7164fb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ services:
8181
- PGID=1000
8282
- TZ=Etc/UTC
8383
volumes:
84-
- /path/to/data:/config
84+
- /path/to/medusa/config:/config
8585
- /path/to/downloads:/downloads
8686
- /path/to/tv/shows:/tv
8787
ports:
@@ -98,7 +98,7 @@ docker run -d \
9898
-e PGID=1000 \
9999
-e TZ=Etc/UTC \
100100
-p 8081:8081 \
101-
-v /path/to/data:/config \
101+
-v /path/to/medusa/config:/config \
102102
-v /path/to/downloads:/downloads \
103103
-v /path/to/tv/shows:/tv \
104104
--restart unless-stopped \
@@ -115,7 +115,7 @@ Containers are configured using parameters passed at runtime (such as those abov
115115
| `-e PUID=1000` | for UserID - see below for explanation |
116116
| `-e PGID=1000` | for GroupID - see below for explanation |
117117
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
118-
| `-v /config` | Medusa config |
118+
| `-v /config` | Persistent config files |
119119
| `-v /downloads` | Download location |
120120
| `-v /tv` | TV Shows location |
121121

@@ -295,6 +295,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
295295

296296
## Versions
297297

298+
* **08.01.24:** - Rebase to Alpine 3.19.
298299
* **07.10.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).
299300
* **10.08.23:** - Bump unrar to 6.2.10.
300301
* **11.07.23:** - Rebase to Alpine 3.18.

0 commit comments

Comments
 (0)