Commit Graph
2 Commits
Author SHA1 Message Date
Bindu Wavell 0ab5a1781c Update config documentation for header theming (#2555) 2022-06-22 09:55:43 +01:00
Bindu Wavell dfb676a29b Don't try to port map to 80 as it is < 1024 (#161)
In the docker example we were proposing that folks map port 80 from the docker container to port 80 on localhost. Unless the user is running as root, they likely won't be able to bind to any port < 1024. As such, I am proposing we bind to the local port 8888. Could change it to 3000 to be in-line with the `docker compose` example; but to me the use cases are different so I like having different ports...
2017-12-15 19:40:55 +00:00