Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
francoborrelli committed Apr 25, 2024
1 parent a8755b1 commit ec3dc66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# mysql-backup-docker

![MySQL](https://img.shields.io/badge/mysql-4479A1.svg?style=for-the-badge&logo=mysql&logoColor=white)
![MariaDB](https://img.shields.io/badge/MariaDB-003545?style=for-the-badge&logo=mariadb&logoColor=white)
![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)
![AWS](https://img.shields.io/badge/AWS-%23FF9900.svg?style=for-the-badge&logo=amazon-aws&logoColor=white)

A background backup utility for MySQL and Mariadb. It allows uploading backups to AWS S3.

## 🐳 Docker compose example
Expand All @@ -17,7 +22,7 @@ services:
MYSQL_PASSWORD: test-pwd

backup:
image: registry.gitlab.com/gral/backups/mysql-backup-docker
image: ghcr.io/francoborrelli/mysql-backup-docker:master
restart: always
environment:
MYSQL_DATABASE: database
Expand Down

0 comments on commit ec3dc66

Please sign in to comment.