Skip to content

Commit

Permalink
fix MYSQL_DATABASE_ROOT_PASSWORD
Browse files Browse the repository at this point in the history
fix MYSQL_DATABASE_ROOT_PASSWORD
  • Loading branch information
dgsponer authored Aug 27, 2024
1 parent 652298a commit eca6044
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
key: database-root-password
name: mariadb
- name: DATA_SOURCE_NAME
value: root:$MYSQL_DATABASE_ROOT_PASSWORD@(localhost:3306)/
value: root:$(MYSQL_DATABASE_ROOT_PASSWORD)@(localhost:3306)/
...

0 comments on commit eca6044

Please sign in to comment.