Skip to content
This repository was archived by the owner on Jul 20, 2022. It is now read-only.

Commit d60a94e

Browse files
committed
Update mysql Docker tag to v8
1 parent be64bac commit d60a94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
44

55
mysql:
6-
image: mysql:5
6+
image: mysql:8
77
volumes:
88
- db_data:/var/lib/mysql
99
restart: always

0 commit comments

Comments
 (0)