Is there an existing issue for this?
Current Behavior
To configure email functionality, I added the email settings in the .env file inside the same folder as my docker-compose.yml
After running docker compose up, I still got the email sending error trying to use localhost:587
Only after adding
I'm not sure if this is intended or not since docker compose treats variables .env by itself vs when referenced as env_file: further exposing them to commands such as
docker exec -it bookstack env
If this is by design, perhaps explicit directions here to add env_file: .env might be helpful.
Expected Behavior
No response
Steps To Reproduce
As explained above.
Environment
- OS: Debian
- How docker service was installed: docker.com debian install method
CPU architecture
x86-64
Docker creation
Container logs