Skip to content

Commit

Permalink
Fix YOUTUBEDL vars
Browse files Browse the repository at this point in the history
  • Loading branch information
CLHatch committed Jan 25, 2025
1 parent 1d6d0d8 commit 628f9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions compose/.apps/youtubedl/youtubedl.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
## YOUTUBEDL
##
CONFIG_PATH='/youtube-dl/config.yml'
DEBUG='false'
YDL_CONFIG_PATH='/youtube-dl/config.yml'
YDL_DEBUG='false'
2 changes: 0 additions & 2 deletions compose/.apps/youtubedl/youtubedl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ services:
- PGID=${PGID}
- PUID=${PUID}
- TZ=${TZ}
- YDL_DEBUG=${YOUTUBEDL_ENVIRONMENT_DEBUG}
- YDL_CONFIG_PATH=${YOUTUBEDL_ENVIRONMENT_CONFIG_PATH}
restart: ${YOUTUBEDL_RESTART}
volumes:
- /etc/localtime:/etc/localtime:ro
Expand Down

0 comments on commit 628f9a0

Please sign in to comment.