seventh commit

This commit is contained in:
enrilinux
2026-03-09 20:05:58 +01:00
parent cda34a8f50
commit d6d885e5c4
3 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -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:
+2 -2
View File
@@ -2,7 +2,7 @@
<html>
<head>
<title>StreamVault</title>
<title>WebDLP</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
@@ -11,7 +11,7 @@
<div class="bg-gray-800 p-10 rounded-2xl shadow-2xl w-96">
<h1 class="text-3xl font-bold mb-6 text-center">
StreamVault
WebDLP
</h1>
<input
+2 -2
View File
@@ -1,10 +1,10 @@
services:
streamvault:
webdlp:
build: .
ports:
- 8087:8000
volumes:
- ./downloads:/app/downloads
- /media/enrico/Volume/webdlp-downloads:/app/downloads