1
Fork 0
mirror of https://github.com/Steffo99/backup-duplicity.git synced 2024-12-22 03:34:17 +00:00

Remove the "Docker" part in the name

This commit is contained in:
Steffo 2023-03-14 19:38:14 +01:00
parent 73cdf2ff42
commit 63a5a1edce
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -19,7 +19,7 @@ ENTRYPOINT ["crond", "-f", "-d", "5"]
CMD []
# Add image labels
LABEL org.opencontainers.image.title="docker-backup-duplicity"
LABEL org.opencontainers.image.title="backup-duplicity"
LABEL org.opencontainers.image.description="Backup solution for Docker volumes based on Duplicity"
LABEL org.opencontainers.image.licenses="AGPL-3.0-or-later"
LABEL org.opencontainers.image.url="https://github.com/Steffo99/docker-backup-duplicity"