Skip to content

Commit

Permalink
fix(docker): fix MySQL 5.7 definition in docker-compose (#4430)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno authored Nov 9, 2023
1 parent 2963919 commit f9e46ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ services:
restart: unless-stopped
platform: linux/x86_64
environment:
MYSQL_USER: root
MYSQL_ROOT_PASSWORD: prisma
MYSQL_DATABASE: prisma
ports:
Expand Down

0 comments on commit f9e46ef

Please sign in to comment.