Skip to content

Commit

Permalink
Fixed MYSQL_ROOT_USER env file path in docker-compose_v3_alpine_pgsql
Browse files Browse the repository at this point in the history
(cherry picked from commit db4affe)
  • Loading branch information
dotneft committed Mar 11, 2022
1 parent d4f8473 commit 4a662b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose_v3_alpine_pgsql_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ secrets:
MYSQL_PASSWORD:
file: ./env_vars/.MYSQL_PASSWORD
MYSQL_ROOT_USER:
file: ./env_var/.MYSQL_ROOT_USER
file: ./env_vars/.MYSQL_ROOT_USER
MYSQL_ROOT_PASSWORD:
file: ./env_vars/.MYSQL_ROOT_PASSWORD
POSTGRES_USER:
Expand Down

0 comments on commit 4a662b9

Please sign in to comment.