diff --git a/.gitignore b/.gitignore index b823a93..3c64815 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .venv +.env .vscode mediathek.code-workspace diff --git a/docker-compose.yaml b/docker-compose.yaml index 9df2667..c004548 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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" \ No newline at end of file + - "TZ=Europe/Berlin"