From 0daaf08f3a76e05239c9f34b36a60e0e7b78fbe4 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Tue, 26 Apr 2022 15:00:56 +0200 Subject: [PATCH] add windows hosts file hint also to s3 example --- docs/ocis/deployment/ocis_s3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/deployment/ocis_s3.md b/docs/ocis/deployment/ocis_s3.md index 4c2ff90b8..d98617aee 100644 --- a/docs/ocis/deployment/ocis_s3.md +++ b/docs/ocis/deployment/ocis_s3.md @@ -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