Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Updated the docker-compose.yml file
  • Loading branch information
ygalnezri authored Jul 24, 2024
1 parent 22c1928 commit 85bd88e
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 @@ -27,7 +27,7 @@ services:

db_watcher:
container_name: db_watcher
image: mysql:latest
image: mysql:8.0.39
command: mysqld --default-authentication-plugin=mysql_native_password
volumes:
- db_data:/var/lib/mysql
Expand Down

0 comments on commit 85bd88e

Please sign in to comment.