mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-02-19 23:03:50 +08:00
Bot Updating Templated Files
This commit is contained in:
parent
a7c3e50f35
commit
12ac2da8ea
@ -121,7 +121,7 @@ services:
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- /path/to/appdata:/config
|
||||
- /path/to/nextcloud/config:/config
|
||||
- /path/to/data:/data
|
||||
ports:
|
||||
- 443:443
|
||||
@ -137,7 +137,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:latest
|
||||
@ -153,7 +153,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)
|
||||
@ -317,6 +317,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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user