diff --git a/README.md b/README.md index 85c955d..b03dd55 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,17 @@ Use Docker run: ```bash docker run -d \ - --name streamvault \ + --name webdlp \ -p 8000:8000 \ -v ./downloads:/app/downloads \ - enrilinux/streamvault:latest + enrilinux/webdlp:latest ``` or use Docker Compose: ```yaml services: - streamvault: - image: enrilinux/streamvault:latest + webdlp: + image: enrilinux/webdlp:latest ports: - 8000:8000 volumes: diff --git a/app/templates/index.html b/app/templates/index.html index 9e749bf..d5a85ec 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -2,7 +2,7 @@ -StreamVault +WebDLP @@ -11,7 +11,7 @@

-StreamVault +WebDLP