We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fabbece + a124487 commit bbc62f1Copy full SHA for bbc62f1
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '3.4'
2
services:
3
mysql:
4
- image: mysql:5.7
+ image: mysql:8.0
5
command: 'mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci'
6
environment:
7
MYSQL_DATABASE: nodejs-sam-rdsproxy-sample
0 commit comments