We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6146762 commit 5d57eb1Copy full SHA for 5d57eb1
2 files changed
docker/docker-compose.yml
docs/install.rst
@@ -30,6 +30,7 @@ on how set up a cron job in the docker container.
30
- PUID=1000
31
- PGID=1000
32
- TZ=America/Los_Angeles
33
+ - DOCKER_MODS=linuxserver/mods:universal-cron
34
volumes:
35
- <path/to/ytdl-sub/config>:/config
36
- <path/to/tv_shows>:/tv_shows # optional
@@ -47,6 +48,7 @@ Docker
47
48
-e PUID=1000 \
49
-e PGID=1000 \
50
-e TZ=America/Los_Angeles \
51
+ -e DOCKER_MODS=linuxserver/mods:universal-cron \
52
-v <path/to/ytdl-sub/config>:/config \
53
-v <OPTIONAL/path/to/tv_shows>:/tv_shows \
54
-v <OPTIONAL/path/to/movies>:/movies \
0 commit comments