Skip to content

Commit

Permalink
sync compose and env files
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandstetter committed Apr 17, 2018
1 parent 7af5865 commit a4a0671
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ MON_KEYSTONE_ADMIN_PASSWORD=secretadmin
MON_DOCKER_VOL_ROOT=/opt/monasca-containers

################################################################################
# Set the path for the backup directories of Elasticsearch, InfluxDB, and MySQL
# Set the path for the backup directories of Elasticsearch and InfluxDB
################################################################################
MON_BACKUP_DIR=/mount/backup

Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ services:
LOGSTASH_FIELDS: "service=mysql"
volumes:
- "${MON_DOCKER_VOL_ROOT}/mysql:/var/lib/mysql:Z"
- "${MON_BACKUP_DIR}/mysql_backup:/mysql_backup:Z"
mysql-init:
hostname: docker-host
image: fest/mysql-init:${MYSQL_INIT_VERSION}
Expand Down

0 comments on commit a4a0671

Please sign in to comment.