Skip to content

Commit

Permalink
add windows hosts file hint also to s3 example
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Apr 26, 2022
1 parent c235e07 commit 0daaf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ocis/deployment/ocis_s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ For a more simple local ocis setup see [Getting started]({{< ref "../getting-sta

This docker stack can also be run locally. One downside is that Traefik can not obtain valid SSL certificates and therefore will create self-signed ones. This means that your browser will show scary warnings. Another downside is that you can not point DNS entries to your localhost. So you have to add static host entries to your computer.

On Linux and macOS you can add them to your `/etc/hosts` files like this:
On Linux and macOS you can add them to your `/etc/hosts` file and on Windows to `C:\Windows\System32\Drivers\etc\hosts` file like this:

```
127.0.0.1 ocis.owncloud.test
Expand Down

0 comments on commit 0daaf08

Please sign in to comment.