mirror of
https://github.com/jkaninda/mysql-bkup.git
synced 2025-12-06 21:49:40 +01:00
doc: reviewed docs
This commit is contained in:
@@ -71,7 +71,7 @@ services:
|
|||||||
# for available releases.
|
# for available releases.
|
||||||
image: jkaninda/mysql-bkup
|
image: jkaninda/mysql-bkup
|
||||||
container_name: mysql-bkup
|
container_name: mysql-bkup
|
||||||
command: backup
|
command: backup #--config /backup/config.yaml # config file
|
||||||
volumes:
|
volumes:
|
||||||
- ./backup:/backup # Mount the backup directory
|
- ./backup:/backup # Mount the backup directory
|
||||||
- ./config.yaml:/backup/config.yaml # Mount the configuration file
|
- ./config.yaml:/backup/config.yaml # Mount the configuration file
|
||||||
|
|||||||
Reference in New Issue
Block a user