Skip to content

Commit

Permalink
chore: Update mysql version from 5.6 to 8.0 for cookie cutter
Browse files Browse the repository at this point in the history
  • Loading branch information
schenedx committed Aug 1, 2023
1 parent 80bf2b5 commit 8752d6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Change Log
This file loosely adheres to the structure of https://keepachangelog.com/,
but in reStructuredText instead of Markdown.
2023-08-01
**********

Changed
=======

- Update mysql docker image from 5.6 to 8.0 to use the newest LTS version of the mysql server

2023-07-07
**********

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
version: "2.1"
services:
db:
image: mysql:5.6
image: mysql:8.0
container_name: {{cookiecutter.project_name}}.db
environment:
# See how these environment variables being used at https://github.com/mysql/mysql-docker/blob/mysql-server/8.0/docker-entrypoint.sh
MYSQL_ROOT_PASSWORD: ""
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
networks:
Expand Down

0 comments on commit 8752d6e

Please sign in to comment.