mirror of
https://github.com/kolaente/docker-db-backup.git
synced 2026-03-24 21:43:48 +01:00
docs: update readme
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Zero-Fuss Docker Database Backup
|
||||
|
||||
[](https://drone.kolaente.de/konrad/docker-db-backup)
|
||||
[](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
|
||||
|
||||
Reference in New Issue
Block a user