Skip to content

Commit 38feda9

Browse files
committed
Upgrade mysql image
1 parent c573696 commit 38feda9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ version: '3.1'
22

33
services:
44
db:
5-
image: mysql
6-
command: --default-authentication-plugin=mysql_native_password
5+
image: mysql:8.4
76
restart: always
87
environment:
98
MYSQL_ROOT_PASSWORD: root
109
ports:
11-
- "3306:3306"
10+
- '3306:3306'
1211

1312
redis:
1413
image: redis:6.2-alpine

0 commit comments

Comments
 (0)