kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
641a55965d
commit
55b8596b7b
|
@ -58,7 +58,7 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/data:/config
|
- /path/to/medusa/config:/config
|
||||||
- /path/to/downloads:/downloads
|
- /path/to/downloads:/downloads
|
||||||
- /path/to/tv/shows:/tv
|
- /path/to/tv/shows:/tv
|
||||||
ports:
|
ports:
|
||||||
|
@ -75,7 +75,7 @@ docker run -d \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-p 8081:8081 \
|
-p 8081:8081 \
|
||||||
-v /path/to/data:/config \
|
-v /path/to/medusa/config:/config \
|
||||||
-v /path/to/downloads:/downloads \
|
-v /path/to/downloads:/downloads \
|
||||||
-v /path/to/tv/shows:/tv \
|
-v /path/to/tv/shows:/tv \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
|
@ -104,7 +104,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||||
|
|
||||||
| Volume | Function |
|
| Volume | Function |
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `/config` | Medusa config |
|
| `/config` | Persistent config files |
|
||||||
| `/downloads` | Download location |
|
| `/downloads` | Download location |
|
||||||
| `/tv` | TV Shows location |
|
| `/tv` | TV Shows location |
|
||||||
|
|
||||||
|
@ -293,6 +293,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **08.01.24:** - Rebase to Alpine 3.19.
|
||||||
* **07.10.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).
|
* **07.10.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).
|
||||||
* **10.08.23:** - Bump unrar to 6.2.10.
|
* **10.08.23:** - Bump unrar to 6.2.10.
|
||||||
* **11.07.23:** - Rebase to Alpine 3.18.
|
* **11.07.23:** - Rebase to Alpine 3.18.
|
||||||
|
|
Ładowanie…
Reference in New Issue