Skip to content

Commit

Permalink
Update compose stack to use MySQL 8.0 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Dec 4, 2023
1 parent f72d3d1 commit cfae0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LNX-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ x-net:
services:
db:
<<: *net
image: datajoint/mysql:${MYSQL_VER:-5.7}
image: datajoint/mysql:${MYSQL_VER:-8.0}
environment:
- MYSQL_ROOT_PASSWORD=${DJ_PASS:-simple}
# ports:
Expand Down

0 comments on commit cfae0db

Please sign in to comment.