Fix a typo in docker.md

This commit is contained in:
Luis Ramos
2019-08-14 13:55:58 +01:00
committed by GitHub
parent 6635a89af7
commit ee34935223

View File

@@ -42,6 +42,6 @@ $ docker-compose up
```
This command will setup the database and seed it with sample data. The default admin user is 'ofn@example.com' with 'ofn123' password.
Check the app in the browser at `http:://localhost:3000`.
Check the app in the browser at `http://localhost:3000`.
You will then get the trace of the containers in the terminal. You can stop the containers using Ctrl-C in the terminal.