Skip to content

Commit

Permalink
Fix typo (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanujaNS authored Jan 28, 2025
1 parent a9d8e0e commit eb7ba77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
volumes:
- ./db_data:/var/lib/mysql
environment:
MYSQL_RANDOM_ROOT_PASSWORD: "root"
MYSQL_ROOT_PASSWORD: "root"
healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
interval: 10s
Expand Down

0 comments on commit eb7ba77

Please sign in to comment.