Skip to content

Commit

Permalink
Fixes codeclimate issues
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadtalasila authored and Astitva committed May 19, 2024
1 parent 650dacb commit 057abce
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/docker/LOCALHOST.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ docker compose -f compose.local.yml --env-file .env up -d --force-recreate clien
## Use

The application will be accessible at:
<http>_http://localhost_</http> from web browser.
<http://localhost> from web browser.
Sign in using your gitlab.com account.

All the functionality of DTaaS should be available to you
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on both localhost and server.
There are two installation scenarios each with a dedicated set of instructions:

1. Single user [localhost](./LOCALHOST.md)
2. Multi-user [web application](./SERVER.md)
1. Multi-user [web application](./SERVER.md)

Please choose an appropriate installation scenario.
2 changes: 1 addition & 1 deletion deploy/docker/SERVER.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ docker compose -f compose.server.yml --env-file .env.server up -d --force-recrea
## Use

The application will be accessible at:
<http>_http://foo.com_</http> from web browser.
<http://foo.com> from web browser.
Sign in using your account linked to
either _gitlab.com_ or your local gitlab instance.

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/host.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ docker compose -f compose.server.yml --env-file .env.server up -d --force-recrea
## Use

The application will be accessible at:
<http>_http://foo.com_</http> from web browser.
<http://foo.com> from web browser.
Sign in using your account linked to
either _gitlab.com_ or your local gitlab instance.

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/localhost.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ docker compose -f compose.local.yml --env-file .env up -d --force-recreate clien
## Use

The application will be accessible at:
<http>_http://localhost_</http> from web browser.
<http://localhost> from web browser.
Sign in using your gitlab.com account.

All the functionality of DTaaS should be available to you
Expand Down

0 comments on commit 057abce

Please sign in to comment.