aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50ef3db..e81f48d 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ gen:
.PHONY: local_up
local_up:
docker-compose -f docker-compose.local.yml up -d
- @echo http://localhost:8080
+ @echo http://localhost
.PHONY: local_down
local_down: