mirror of
https://github.com/jkaninda/mysql-bkup.git
synced 2025-12-07 14:09:41 +01:00
Update docker compose example files
This commit is contained in:
@@ -7,6 +7,8 @@ services:
|
|||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- bkup --operation backup --dbname database_name
|
- bkup --operation backup --dbname database_name
|
||||||
|
volumes:
|
||||||
|
- ./backup:/backup
|
||||||
environment:
|
environment:
|
||||||
- DB_PORT=3306
|
- DB_PORT=3306
|
||||||
- DB_HOST=mysqlhost
|
- DB_HOST=mysqlhost
|
||||||
|
|||||||
Reference in New Issue
Block a user