Skip to content

Commit 8a01401

Browse files
docs: update Docker docs
1 parent f0858c9 commit 8a01401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:18
33
# Add standard Docker labels
44
LABEL org.opencontainers.image.title="BasicYTDLGUI"
55
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"
6+
LABEL org.opencontainers.image.source="https://github.com/developedbyalex/basicYTDLGUI"
77
LABEL org.opencontainers.image.licenses="MIT"
88

99
# Install yt-dlp and its dependencies

0 commit comments

Comments
 (0)