Skip to content

Commit

Permalink
Update default version of mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrufino committed Sep 23, 2023
1 parent 95fafaf commit 1d48630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ services:
- mongo:/data/db
restart: ${MONGO_RESTART_POLICY-no}
mysql:
image: mysql:${MYSQL_VERSION-8.0.31}
image: mysql:${MYSQL_VERSION-8.1.0}
container_name: ${MYSQL_CONTAINER_NAME-}
command: |
--default-authentication-plugin=mysql_native_password
Expand Down
2 changes: 1 addition & 1 deletion docs/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docker compose up -d mysql

| **Name** | **Default** |
| -------------------- | ------------- |
| MYSQL_VERSION | 8.0.31 |
| MYSQL_VERSION | 8.1.0 |
| MYSQL_CONTAINER_NAME | |
| MYSQL_DATABASE | |
| MYSQL_USER | gabrielrufino |
Expand Down

0 comments on commit 1d48630

Please sign in to comment.