Revise the README.md file for the Docker Compose section #1601
Closed
Description
The Docker Compose section of the README.md instruction first instructs to create the .env file by using the config/.env.example file, but if a user follows the instructions and then changes any of the users or passwords in the created .env file but then launches the suggested command "docker-compose -f docker-compose.prod.yml --env-file ./config/.env.example up" they will be confused since this will start the server with the default password from config/.env.example file and not what has just been customised.
Maybe this should be written as ""docker-compose -f docker-compose.prod.yml --env-file .env up"
Thank you for this great tool!!!
Environment: Mac with M1 arm64 Apple chip, Monterey OSX