Setting the MySQL password in the .env file is only possible before the initial docker-compose run (before the MySQL container is built).
If you want to change it afterward, you need to do so manually inside the MySQL container.
After that, please check that the values pulled into the eramba and cron containers match what you have set in the .env file.
It seems you already completed the compose step earlier, since you mentioned you ran the down command first. This is what Sam was referring to. Because the instance was already composed, you will need to change the password directly in the MySQL container.
i am sure that is edited the .env file before the first docker-compose, but any way .. i started again completly.
[root@LAB-DH01 docker]# git clone https://github.com/eramba/docker
Klone nach 'docker'...
remote: Enumerating objects: 545, done.
remote: Counting objects: 100% (152/152), done.
remote: Compressing objects: 100% (32/32), done.
remote: Total 545 (delta 137), reused 125 (delta 120), pack-reused 393 (from 3)
Empfange Objekte: 100% (545/545), 178.18 KiB | 4.05 MiB/s, fertig.
Löse Unterschiede auf: 100% (260/260), fertig.
[root@LAB-DH01 docker]# mv docker eramba
[root@LAB-DH01 docker]# cd eramba/
[root@LAB-DH01 eramba]# nano .env
[root@LAB-DH01 eramba]# nano docker-compose.simple-install.yml
[root@LAB-DH01 eramba]# curl https://support-v3.eramba.org/ping.html
Success![root@LAB-DH01 edocker compose -f docker-compose.simple-install.yml downyml down
WARN[0000] The "fV" variable is not set. Defaulting to a blank string.
WARN[0000] The "fV" variable is not set. Defaulting to a blank string.
WARN[0000] The "fV" variable is not set. Defaulting to a blank string.
WARN[0000] The "fV" variable is not set. Defaulting to a blank string.
[root@LAB-DH01 eramba]# docker compose -f docker-compose.simple-install.yml up -d
WARN[0000] The "fV" variable is not set. Defaulting to a blank string.
WARN[0000] The "fV" variable is not set. Defaulting to a blank string.
WARN[0000] The "fV" variable is not set. Defaulting to a blank string.
WARN[0000] The "fV" variable is not set. Defaulting to a blank string.
[+] up 72/72
✔ Image mysql:8.4.3-oracle Pulled 30.5s
✔ Image ghcr.io/eramba/eramba:latest Pulled 38.2s
✔ Image redis:7.4.2-alpine Pulled 27.1s
✔ Network eramba_default Created 0.1s
✔ Volume eramba_data Created 0.0s
✔ Volume eramba_app Created 0.0s
✔ Volume eramba_logs Created 0.0s
✔ Volume eramba_db-data Created 0.0s
✔ Container eramba-redis Created 0.3s
✔ Container eramba-mysql Created 0.3s
✔ Container eramba Created 6.4s
✔ Container eramba-cron Created 0.0s
[root@LAB-DH01 eramba]#