How do i export my database from docker

Run this command

docker-compose exec db mysqldump -u wordpress -pwordpress wordpress > dump.sql

Then delete first line from dump file. It is command line password warning.

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