Skip to content

Commit

Permalink
Update MySQL image version to 8.0.38-debian in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorwalton committed Jul 12, 2024
1 parent e76fc72 commit ba36bef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:

copilot-mysql:
image: mysql:5.7
#image: mysql:8.0.38-debian - For MySQL 8 - Need to test further
environment:
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
MYSQL_DATABASE: copilot
Expand Down

0 comments on commit ba36bef

Please sign in to comment.