You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
db:
image: mysql:5.7command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci# or:command: ['--character-set-server=utf8mb4', '--collation-server=utf8mb4_unicode_ci']# (to ensure it translates from YAML to arguments properly the way you expect it to)
How to set the parameters as mentioned here (https://github.com/docker-library/docs/tree/master/mysql#configuration-without-a-cnf-file) in the docker-compose.yml?
The text was updated successfully, but these errors were encountered: