The environment variable COMPOSE_CONVERT_WINDOWS_PATHS=1 in
.env
file, it is for Docker For Windows only.
Use
docker-compose -f docker-compose.postgres.yml up
to use PostgreSQL or usedocker-compose -f docker-compose.mongodb.yml up
to use MongoDB if you want to rebuild add--build
to 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