From 0ff4ccbeffce7982a77b38610c97a2765bbe0138 Mon Sep 17 00:00:00 2001 From: Michael Stingl <214010+michaelstingl@users.noreply.github.com> Date: Wed, 26 Oct 2022 13:09:04 +0200 Subject: [PATCH] Add OWNCLOUD_TRUSTED_DOMAINS to the Docker example Needed because of this change: https://github.com/owncloud-docker/server/pull/340 --- SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index 310ff3d96..3f5188ecc 100644 --- a/SETUP.md +++ b/SETUP.md @@ -97,7 +97,7 @@ docker run --rm -d \ http://localhost:18080/ user: admin password: admin -4. To test the app on a iOS device in your local network, you can use the IP of your machine as the Server URL +4. To test the app on a iOS device in your local network, you can use the IP of your machine as the Server URL. To do so, you'll need to add your IP as a trusted domain with a new environment variable `OWNCLOUD_TRUSTED_DOMAINS=192.168.68.64` to the Docker command 5. To remove the ownCloud Docker, just run `docker kill owncloud` Here you can find more information about running ownCloud with Docker: