Skip to content

Commit d4c9577

Browse files
authored
Added missing port to access url (#1065)
1 parent 8c0794c commit d4c9577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/authentik.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ description
8282

8383
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
8484
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
85-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}/if/flow/initial-setup/${CL}"
85+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:9000/if/flow/initial-setup/${CL}"

0 commit comments

Comments
 (0)