We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0858c9 commit 8a01401Copy full SHA for 8a01401
Dockerfile
@@ -3,7 +3,7 @@ FROM node:18
3
# Add standard Docker labels
4
LABEL org.opencontainers.image.title="BasicYTDLGUI"
5
LABEL org.opencontainers.image.description="A simple GUI for yt-dlp with playlist support and quality presets"
6
-LABEL org.opencontainers.image.source="https://github.com/alexp/basicYTDLGUI"
+LABEL org.opencontainers.image.source="https://github.com/developedbyalex/basicYTDLGUI"
7
LABEL org.opencontainers.image.licenses="MIT"
8
9
# Install yt-dlp and its dependencies
0 commit comments