Skip to content

Commit

Permalink
fixed linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Zhavoronkov committed Jul 26, 2021
1 parent 451d26f commit 59e9d83
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions site/content/en/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ services:
- "--entryPoints.web.address=:<YOUR_PORT>"
```

Note that changing the port does not make sense if you are using HTTPS - port 443 is conventionally used for HTTPS connections,
and is needed for Let's Encrypt [TLS challenge](https://doc.traefik.io/traefik/https/acme/#tlschallenge).
Note that changing the port does not make sense if you are using HTTPS - port 443 is conventionally
used for HTTPS connections, and is needed for Let's Encrypt [TLS challenge](https://doc.traefik.io/traefik/https/acme/#tlschallenge).

## How to configure connected share folder on Windows

Expand Down Expand Up @@ -137,7 +137,8 @@ Uploading of annotation from the Annotation view only affects the current job.
## How to specify multiple hostnames

To do this, you will need to edit `traefik.http.<router>.cvat.rule` docker label for both the
`cvat` and `cvat_ui` services, like so (see [the documentation](https://doc.traefik.io/traefik/routing/routers/#rule) on Traefik rules for more details):
`cvat` and `cvat_ui` services, like so
(see [the documentation](https://doc.traefik.io/traefik/routing/routers/#rule) on Traefik rules for more details):

```yaml
cvat:
Expand Down

0 comments on commit 59e9d83

Please sign in to comment.