mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2025-06-22 22:59:07 +00:00
fix wrong placement of MYSQLDUMP_OPTS variable
This commit is contained in:
parent
8992f162d7
commit
f741822403
3 changed files with 4 additions and 3 deletions
|
@ -29,7 +29,8 @@ COPY --from=binary /go/bin/dockerize /usr/local/bin
|
|||
ENV CRON_TIME="0 3 * * sun" \
|
||||
MYSQL_HOST="mysql" \
|
||||
MYSQL_PORT="3306" \
|
||||
TIMEOUT="10s"
|
||||
TIMEOUT="10s" \
|
||||
MYSQLDUMP_OPTS="--quick"
|
||||
|
||||
COPY ["run.sh", "backup.sh", "restore.sh", "/"]
|
||||
RUN mkdir /backup && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue