Can I use mem_limit in docker-compose? and How?

Yes. Memory limitation is supported by docker-compose and value can be set as in your example with “m” for megabytes. It is possible to check what is the memory limit set for running Docker container using “docker stats” command. If your container name is “repository_1” then use this command: docker stats repository_1 The result of … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)