summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pharos-dashboard/Makefile')
-rw-r--r--tools/pharos-dashboard/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/pharos-dashboard/Makefile b/tools/pharos-dashboard/Makefile
index e52e15d2..90709171 100644
--- a/tools/pharos-dashboard/Makefile
+++ b/tools/pharos-dashboard/Makefile
@@ -10,6 +10,9 @@ start:
stop:
docker-compose stop
+data:
+ docker volume create --name=pharos-data
+
shell-nginx:
docker exec -ti ng01 bash