From 3e5f6ea6ff825fac0157337e12610df18a063661 Mon Sep 17 00:00:00 2001 From: Umputun Date: Wed, 27 Jun 2018 18:02:52 -0500 Subject: [PATCH] fix port num --- compose-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose-dev.yml b/compose-dev.yml index 38a77de1..ab4d6416 100644 --- a/compose-dev.yml +++ b/compose-dev.yml @@ -1,5 +1,5 @@ # compose file for local development -# starts backend with basic auth "dev:password" and Dev oauth2 provider on port 8080 +# starts backend on 8080 with basic auth "dev:password" and Dev oauth2 provider on port 8084 # UI on https://127.0.0.1:8080/web version: '2'