Skip to content

Commit

Permalink
Merge pull request #766 from plural/update-mysql-for-dev
Browse files Browse the repository at this point in the history
Update mysql for dev docker image to v8, like prod.
  • Loading branch information
plural authored Aug 6, 2023
2 parents 45c32f2 + ec105be commit 4371a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:

nrdb-dev-db:
container_name: nrdb-dev-db
image: "mysql:5"
image: "mysql:8"
restart: always
volumes:
- dbdata:/var/lib/mysql
Expand Down

0 comments on commit 4371a58

Please sign in to comment.