Skip to content

Commit

Permalink
Update docker-compose.override.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VAIBHAV7500 committed Apr 15, 2024
1 parent 8087406 commit e2dba3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:
environment:
MYSQL_DATABASE: animeApp
MYSQL_ROOT_PASSWORD: pwd
command:
--sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
ports:
- "3306:3306"

Expand Down

0 comments on commit e2dba3a

Please sign in to comment.