Skip to content

Commit 5d57eb1

Browse files
authored
[DOCS] Universal cron mod for docker (#495)
1 parent 6146762 commit 5d57eb1

2 files changed

Lines changed: 2 additions & 16 deletions

File tree

docker/docker-compose.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/install.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ on how set up a cron job in the docker container.
3030
- PUID=1000
3131
- PGID=1000
3232
- TZ=America/Los_Angeles
33+
- DOCKER_MODS=linuxserver/mods:universal-cron
3334
volumes:
3435
- <path/to/ytdl-sub/config>:/config
3536
- <path/to/tv_shows>:/tv_shows # optional
@@ -47,6 +48,7 @@ Docker
4748
-e PUID=1000 \
4849
-e PGID=1000 \
4950
-e TZ=America/Los_Angeles \
51+
-e DOCKER_MODS=linuxserver/mods:universal-cron \
5052
-v <path/to/ytdl-sub/config>:/config \
5153
-v <OPTIONAL/path/to/tv_shows>:/tv_shows \
5254
-v <OPTIONAL/path/to/movies>:/movies \

0 commit comments

Comments
 (0)