Skip to content

Commit

Permalink
Fix docker-compose-dev
Browse files Browse the repository at this point in the history
Change incorrect repository for  mysql-init
  • Loading branch information
Adrian Czarnecki committed Jun 1, 2021
1 parent c47d3df commit fe5b706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:

mysql-init_keystone:
hostname: dev-host
image: monasca/mysql-init:${MYSQL_INIT_VERSION}
image: fest/mysql-init:${MYSQL_INIT_VERSION}
environment:
MYSQL_INIT_DISABLE_REMOTE_ROOT: "false"
MYSQL_INIT_RANDOM_PASSWORD: "false"
Expand Down

0 comments on commit fe5b706

Please sign in to comment.