Bot Updating Documentation

pull/11/head
LinuxServer-CI 2020-03-31 21:49:46 +00:00
rodzic 6511c3e2bc
commit 08142d7ef2
1 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -44,8 +44,8 @@ docker create \
-e PGID=1000 \ -e PGID=1000 \
-e TZ=Europe/London \ -e TZ=Europe/London \
-p 443:443 \ -p 443:443 \
-v </path/to/appdata>:/config \ -v /path/to/appdata:/config \
-v <path/to/data>:/data \ -v /path/to/data:/data \
--restart unless-stopped \ --restart unless-stopped \
linuxserver/nextcloud linuxserver/nextcloud
``` ```
@ -67,8 +67,8 @@ services:
- PGID=1000 - PGID=1000
- TZ=Europe/London - TZ=Europe/London
volumes: volumes:
- </path/to/appdata>:/config - /path/to/appdata:/config
- <path/to/data>:/data - /path/to/data:/data
ports: ports:
- 443:443 - 443:443
restart: unless-stopped restart: unless-stopped
@ -142,6 +142,7 @@ Then restart the container to replace it with the latest one.
## Versions ## Versions
* **31.03.20:** - Allow crontab to be user customized, fix logrotate.
* **17.01.20:** - Updated php.ini defaults and site config, including an optional HSTS directive (existing users should delete `/config/nginx/site-confs/default` and restart the container). * **17.01.20:** - Updated php.ini defaults and site config, including an optional HSTS directive (existing users should delete `/config/nginx/site-confs/default` and restart the container).
* **19.12.19:** - Rebasing to alpine 3.11. * **19.12.19:** - Rebasing to alpine 3.11.
* **18.11.19:** - Nginx default site config updated for v17 (existing users should delete `/config/nginx/site-confs/default` and restart the container). * **18.11.19:** - Nginx default site config updated for v17 (existing users should delete `/config/nginx/site-confs/default` and restart the container).