From c7b4c28294e4c74881cbe99c57e90e84dd1069f0 Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Sat, 2 Sep 2023 10:06:35 -0400 Subject: [PATCH] Add some useful links --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2da58a1..3a82e7f 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,13 @@ $ docker compose run init ``` ## Subsequent runs -The application requires nothing special, just a `docker compose up`. \ No newline at end of file +The application requires nothing special, just a `docker compose up`. + +## Documentation and some useful links + + - OCIS homepage: https://owncloud.com/infinite-scale-4-0 + - Docker deployment instructions: + https://doc.owncloud.com/ocis/next/deployment/container/container-setup.html + - Rather complete example docker-compose file with Traefik+WOPI/CODE+search + https://github.com/owncloud/ocis/blob/master/deployments/examples/ocis_traefik/docker-compose.yml +