Skip to content

Commit ea96b0c

Browse files
committed
Updated README
1 parent 00e663c commit ea96b0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ docker run -d -p 8080:4040 -v host/path/to/config.json:/src/Parse-Dashboard/pars
9494

9595
The container will boot up using the default command ``npm run dashboard``
9696

97-
However, you can run custom command as well (see ``Deploying in production`` for custom setup)
97+
However, you can run custom command as well (see ``Deploying in production`` for custom setup).
98+
99+
In this example, we want to run the custom command without HTTPS, which is necessary if you are developing using docker on Mac since docker does not run on localhost.
98100

99101
```
100102
docker run -d -p 8080:4040 -v host/path/to/config.json:/src/Parse-Dashboard/parse-dashboard-config.json parse-dashboard npm start -- --allowInsecureHTTP=1

0 commit comments

Comments
 (0)