Update nextcloud to v27.1
This commit is contained in:
parent
0d037389c0
commit
0f5caed42b
2 changed files with 7 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ networks:
|
||||||
services:
|
services:
|
||||||
# ============ NextCloud
|
# ============ NextCloud
|
||||||
nextcloud:
|
nextcloud:
|
||||||
image: nextcloud:26.0-fpm
|
image: nextcloud:27.1-fpm
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- nc-data:/var/www/html
|
- nc-data:/var/www/html
|
||||||
|
|
@ -35,9 +35,13 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- redis
|
- redis
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 1G
|
||||||
|
|
||||||
nextcloud-janitor:
|
nextcloud-janitor:
|
||||||
image: nextcloud:26.0-fpm
|
image: nextcloud:27.1-fpm
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- nc-data:/var/www/html
|
- nc-data:/var/www/html
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ http {
|
||||||
|
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
|
|
||||||
#gzip on;
|
gzip on;
|
||||||
|
|
||||||
upstream php-handler {
|
upstream php-handler {
|
||||||
server nextcloud:9000;
|
server nextcloud:9000;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue