We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e0345 commit ed01f99Copy full SHA for ed01f99
mysql-backup/compose.cbus.yml
@@ -6,7 +6,7 @@ services:
6
- "${DATA_DIR:-/data}/mysql8/backup:/backup"
7
environment:
8
- MYSQL_HOST=${MYSQL_HOST:-mysql8}
9
- - MYSQL_PORT={MYSQL_PORT:-3306}
+ - MYSQL_PORT=${MYSQL_PORT:-3306}
10
- MYSQL_USER=${MYSQL_USERNAME:-root}
11
- MYSQL_PASS=${MYSQL_PASSWORD:?required}
12
- MAX_BACKUPS=15
mysql-backup/compose.maintain.yml
0 commit comments