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:
|
||||
# ============ NextCloud
|
||||
nextcloud:
|
||||
image: nextcloud:26.0-fpm
|
||||
image: nextcloud:27.1-fpm
|
||||
restart: always
|
||||
volumes:
|
||||
- nc-data:/var/www/html
|
||||
|
|
@ -35,9 +35,13 @@ services:
|
|||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1G
|
||||
|
||||
nextcloud-janitor:
|
||||
image: nextcloud:26.0-fpm
|
||||
image: nextcloud:27.1-fpm
|
||||
restart: always
|
||||
volumes:
|
||||
- nc-data:/var/www/html
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ http {
|
|||
|
||||
keepalive_timeout 65;
|
||||
|
||||
#gzip on;
|
||||
gzip on;
|
||||
|
||||
upstream php-handler {
|
||||
server nextcloud:9000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue