The environment variable COMPOSE_CONVERT_WINDOWS_PATHS=1 in
.envfile, it is for Docker For Windows only.
Use
docker-compose -f docker-compose.postgres.yml upto use PostgreSQL or usedocker-compose -f docker-compose.mongodb.yml upto use MongoDB if you want to rebuild add--buildto the end of the command likedocker-compose -f docker-compose.postgres.yml up --build, the app will be accessed through http://localhost
THE FIRST PAGE TO VISIT AFTER docker-compose up IS COMPLETED IS http://localhost/setup IN ORDER OR SETUP THE SUPER USER!
Just replace http://localhost with you url, for example http://mydomain.com