diff --git a/README.md b/README.md index 8e4a4d9..852c9f6 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - /path/to/appdata:/config + - /path/to/nextcloud/config:/config - /path/to/data:/data ports: - 443:443 @@ -135,7 +135,7 @@ docker run -d \ -e PGID=1000 \ -e TZ=Etc/UTC \ -p 443:443 \ - -v /path/to/appdata:/config \ + -v /path/to/nextcloud/config:/config \ -v /path/to/data:/data \ --restart unless-stopped \ lscr.io/linuxserver/nextcloud:develop @@ -151,7 +151,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `-e PUID=1000` | for UserID - see below for explanation | | `-e PGID=1000` | for GroupID - see below for explanation | | `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | -| `-v /config` | Nextcloud configs. | +| `-v /config` | Persistent config files | | `-v /data` | Your personal data. | ## Environment variables from files (Docker secrets) @@ -315,6 +315,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **06.03.24:** - Rebase to Alpine 3.19 with php 8.3. * **02.01.24:** - Existing users should update: site-confs/default.conf - Cleanup default site conf. * **22.12.23:** - Site default conf updating to include mime.types for js and mjs and update location to include more file types. * **28.10.23:** - Disable web upgrades using occ during init.