adapt settings
This commit is contained in:
parent
c04244bd9c
commit
fd14800298
2 changed files with 4 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
.venv
|
||||
.env
|
||||
.vscode
|
||||
mediathek.code-workspace
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ services:
|
|||
build: .
|
||||
image: mediathekdownload:latest
|
||||
volumes:
|
||||
- "/home/smokephil/Videos:/download"
|
||||
- "/mnt/data/medien/download:/download"
|
||||
- "./config.ini:/app/config.ini"
|
||||
- "./seasons.ini:/app/seasons.ini"
|
||||
environment:
|
||||
- "TZ=Europe/Berlin"
|
||||
- "TZ=Europe/Berlin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue