Hey, I noticed that when I use Docker-compose
with a generated password in my .env
file that includes hashtags, part of my generated password actually gets leaked in the terminal when I run sudo docker-compose up -d
as seen in the following screenshot.
To avoid this, I currently have to either manually remove the hashtags or simply not use special characters, which I also see as a security issue, especially if you have some applications that don’t allow very long passwords.