From ce57987ade314ec751f82c9a7d9f305736b411bc Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 7 Jan 2026 09:05:03 +0100 Subject: [PATCH] docs: update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0316571..735d419 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Zero-Fuss Docker Database Backup -[![Build Status](https://drone.kolaente.de/api/badges/konrad/docker-db-backup/status.svg?ref=refs/heads/main)](https://drone.kolaente.de/konrad/docker-db-backup) +[![CI](https://github.com/kolaente/docker-db-backup/actions/workflows/ci.yml/badge.svg)](https://github.com/kolaente/docker-db-backup/actions/workflows/ci.yml) A simple tool to create backup of all databases on a host. Supports postgres and mysql/mariadb. @@ -31,7 +31,6 @@ any container with a value of `mysql` or `postgres` to treat it as a mysql or po If you're running docker-compose, you can use a setup similar to the following compose file to run the backup: ```yaml -version: '2' services: backup: image: kolaente/db-backup