Skip to content

Commit

Permalink
fix test env typo
Browse files Browse the repository at this point in the history
  • Loading branch information
infernalfire72 authored Sep 17, 2024
1 parent a620216 commit 7a12fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
MYSQL_USER: ${DB_USER}
MYSQL_PASSWORD: ${DB_PASS}
MYSQL_DATABASE: ${DB_NAME}
NYSQL_HOST: ${DB_HOST}
MYSQL_HOST: ${DB_HOST}
MYSQL_PORT: ${DB_PORT}
MYSQL_ROOT_PASSWORD: ${DB_PASS}
volumes:
Expand Down

0 comments on commit 7a12fd6

Please sign in to comment.