Hey Alex, nice work here, congrats!
Well.. I'm trying to login into magento admin panel using my username and password configured on my env variables.
Take a look:
environment:
MYSQL_HOST: magento_db
MYSQL_DATABASE: magento
MYSQL_USER: root
MYSQL_PASSWORD: root
MAGENTO_LOCALE: en_US
MAGENTO_TIMEZONE: America/Sao_Paulo
MAGENTO_DEFAULT_CURRENCY: USD
MAGENTO_ADMIN_USERNAME: ebanx
MAGENTO_ADMIN_PASSWORD: ebanx123
MAGENTO_ADMIN_FIRSTNAME: EBANX
MAGENTO_ADMIN_LASTNAME: Store
MAGENTO_ADMIN_EMAIL: magento@ebanx.com
MAGENTO_URL: http://localhost
When I go to http://localhost/admin and fill with ebanx username and ebanx123 password, the magento shows Invalid User Name or Password.. Why?

Hey Alex, nice work here, congrats!
Well.. I'm trying to login into magento admin panel using my username and password configured on my env variables.
Take a look:
When I go to
http://localhost/adminand fill withebanxusername andebanx123password, the magento showsInvalid User Name or Password.. Why?