aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index fad9e71..6f48812 100644
--- a/readme.txt
+++ b/readme.txt
@@ -19,7 +19,10 @@ Deployment:
- complete the config.env.sample file and save it as config.env
- install docker, docker-compose
- run 'make data'
-- run 'make up' to run the dashboard
+- run 'make up' to run the dashboard (or 'make dev-up' for development)
+
+Production will be running on port 80 by default.
+Development will be running on port 8000 by default.
Updating: