You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ so you can be your own local "DevOp"; nearly every category of [periodic table o
33
33
34
34
|Port | Why |
35
35
|---|---|
36
-
|80 |NGINX, forwards requests ton internal docker-containers |
36
+
|80 |NGINX, forwards requests to internal docker-containers |
37
37
|5432 |postgres standard connection port |
38
38
|2222 |ssh port of gitlab, used to push via ssh connection ssh://git@myHOST:2222/scott/foo.git |
39
39
|5555 |Gitlab docker-registry secured with GitLab credentials |
@@ -138,6 +138,7 @@ There is a testproject in folder spring-boot-keycloak-sample, it is a standard S
138
138
mv spring-boot:run
139
139
```
140
140
Use your browser and navigate to the "landing-page" at http://<yourhost>:8081 the "My products" link will redirect you to Keycloak (must be setup with settings from [this tutorial][3], but use your *REAL* hostname, not _localhost_ as Valid Redirect URI's )
0 commit comments