2
0
Fork 0

update: Dockerfile - add LABELS

This commit is contained in:
soxfor 2023-03-17 00:33:13 +00:00
parent 7742454fea
commit 12b77695b9
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
FROM ubuntu:jammy
LABEL version="0.1"
LABEL description="Map NAT-PMP/UPnP port and update qBittorrent configuration"
LABEL org.opencontainers.image.source=https://github.com/soxfor/qbittorrent-natmap
LABEL org.opencontainers.image.description="Map NAT-PMP/UPnP port and update qBittorrent configuration"
LABEL org.opencontainers.image.version=1.0.0
ARG DEBIAN_FRONTEND=noninteractive