Skip to content

Commit a4a0671

Browse files
committed
sync compose and env files
1 parent 7af5865 commit a4a0671

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ MON_KEYSTONE_ADMIN_PASSWORD=secretadmin
9090
MON_DOCKER_VOL_ROOT=/opt/monasca-containers
9191

9292
################################################################################
93-
# Set the path for the backup directories of Elasticsearch, InfluxDB, and MySQL
93+
# Set the path for the backup directories of Elasticsearch and InfluxDB
9494
################################################################################
9595
MON_BACKUP_DIR=/mount/backup
9696

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ services:
117117
LOGSTASH_FIELDS: "service=mysql"
118118
volumes:
119119
- "${MON_DOCKER_VOL_ROOT}/mysql:/var/lib/mysql:Z"
120-
- "${MON_BACKUP_DIR}/mysql_backup:/mysql_backup:Z"
121120
mysql-init:
122121
hostname: docker-host
123122
image: fest/mysql-init:${MYSQL_INIT_VERSION}

0 commit comments

Comments
 (0)