To avoid putting cleartext password in docker-compose file, use the facility to put the password in a file, as used by docker secrets.
The file path is to be set set in MYSQL_PASS_FILE.
In case of use in docker secret, path shall be /run/secrets/my_docker_secret_name
Hello,
To avoid putting cleartext password in docker-compose file, use the facility to put the password in a file, as used by docker secrets. The file path is to be set set in MYSQL_PASS_FILE. In case of use in docker secret, path shall be /run/secrets/my_docker_secret_name
Regards.