Skip to content

Commit a124487

Browse files
Update mysql Docker tag to v8
1 parent 47c989c commit a124487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.4'
22
services:
33
mysql:
4-
image: mysql:5.7
4+
image: mysql:8.0
55
command: 'mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci'
66
environment:
77
MYSQL_DATABASE: nodejs-sam-rdsproxy-sample

0 commit comments

Comments
 (0)