Skip to content

Commit

Permalink
Merge pull request #37 from kabilar/master
Browse files Browse the repository at this point in the history
Update readme for MySQL version 8.0
  • Loading branch information
yambottle authored May 11, 2023
2 parents 18af4d1 + 8dda14f commit 729cb45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MySQL for DataJoint
###################

This is a docker image of mysql that comes configured for use with DataJoint!
Docker image of MySQL (version 5.7 or 8.0) that comes configured for use with DataJoint!


Administering the MySQL server
Expand Down Expand Up @@ -51,7 +51,7 @@ The content of the :code:`docker-compose.yaml` is rather simple:
version: '2.4'
services:
db:
image: datajoint/mysql:5.7
image: datajoint/mysql:5.7 # or datajoint/mysql:8.0
ports:
- "3306:3306"
environment:
Expand Down

0 comments on commit 729cb45

Please sign in to comment.