Skip to content

Commit

Permalink
Merge pull request #11 from jkaninda/scheduled-mode
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
jkaninda authored Dec 24, 2023
2 parents df89920 + d50e7db commit 934f5db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ services:
mysql-bkup:
image: jkaninda/mysql-bkup
container_name: mysql-bkup
tty: true
privileged: true
devices:
- "/dev/fuse"
Expand Down Expand Up @@ -232,6 +231,9 @@ services:
mysql-bkup:
image: jkaninda/mysql-bkup:v0.3
container_name: mysql-bkup
privileged: true
devices:
- "/dev/fuse"
command:
- /bin/sh
- -c
Expand Down

0 comments on commit 934f5db

Please sign in to comment.