Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 643 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 643 Bytes

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 use docker-compose -f docker-compose.mongodb.yml up to use MongoDB if you want to rebuild add --build to the end of the command like docker-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