From 504fdb990be2ec7458c8f6de1166f6a7df582814 Mon Sep 17 00:00:00 2001 From: Rose Liverman Date: Sat, 24 Jan 2026 22:40:33 -0700 Subject: [PATCH] notes NextCloud --- nextcloud/ReadMe.md | 4 ++++ nextcloud/docker-compose.yml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/nextcloud/ReadMe.md b/nextcloud/ReadMe.md index af66f55..89b152b 100644 --- a/nextcloud/ReadMe.md +++ b/nextcloud/ReadMe.md @@ -6,3 +6,7 @@ not actually all-in-one but it makes things confusing. :D The only way I could get this working when I first started using Cosmos as a reverse proxy was to use the CasaOS compose, so this is modified from that: https://azukaar.github.io/cosmos-casaos-store/servapps/Nextcloud/docker-compose.yml + +--- + +Apparently, I should be using the instructions from https://hub.docker.com/_/nextcloud/ diff --git a/nextcloud/docker-compose.yml b/nextcloud/docker-compose.yml index 1430240..084bce0 100644 --- a/nextcloud/docker-compose.yml +++ b/nextcloud/docker-compose.yml @@ -1,3 +1,5 @@ +# TODO set volume directories + volumes: data: driver: local