diff --git a/.gitignore b/.gitignore index 666269f..319850e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ #Custom for this project yt-playlist-config.json -/bin/ +/bin /config/ # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/README.md b/README.md index 195e4df..2725769 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ You can run YouTube Playlist Downloader using the official Docker image. ### Run the container ```pwsh -docker run -v /path/to/downloads:/app/downloads -v /path/to/config:/app/config ghcr.io/dark_zoul/YoutubePlaylistDownloader:latest +docker run -v /path/to/downloads:/app/downloads -v /path/to/config:/app/config ghcr.io/dark_zoul/ytpld:latest ``` Replace `/path/to/downloads` and `/path/to/config` with your local directories. @@ -133,7 +133,7 @@ Create a `docker-compose.yml` with the following content (replace the host paths ```yaml services: yt-downloader: - image: ghcr.io/dark_zoul/YoutubePlaylistDownloader:latest + image: ghcr.io/dark_zoul/ytpld:latest container_name: yt-downloader restart: no volumes: