Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mysql-backup/compose.cbus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
container_name: mysql-cron-backup-cbus
volumes:
- "${DATA_DIR:-/data}/mysql8/backup:/backup"
- /etc/localtime:/etc/localtime:ro
environment:
- MYSQL_HOST=${MYSQL_HOST:-mysql8}
- MYSQL_PORT=${MYSQL_PORT:-3306}
Expand Down
1 change: 1 addition & 0 deletions mysql-backup/compose.maintain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
container_name: mysql-cron-backup-maintain
volumes:
- "${DATA_DIR:-/data}/mysql8/backup:/backup"
- /etc/localtime:/etc/localtime:ro
environment:
- MYSQL_HOST=${MYSQL_HOST:-mysql8}
- MYSQL_PORT=${MYSQL_PORT:-3306}
Expand Down