Update nextcloud from 25 to 26
This commit is contained in:
parent
8870840396
commit
0d037389c0
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ networks:
|
|||
services:
|
||||
# ============ NextCloud
|
||||
nextcloud:
|
||||
image: nextcloud:25.0-fpm
|
||||
image: nextcloud:26.0-fpm
|
||||
restart: always
|
||||
volumes:
|
||||
- nc-data:/var/www/html
|
||||
|
|
@ -37,7 +37,7 @@ services:
|
|||
- redis
|
||||
|
||||
nextcloud-janitor:
|
||||
image: nextcloud:25.0-fpm
|
||||
image: nextcloud:26.0-fpm
|
||||
restart: always
|
||||
volumes:
|
||||
- nc-data:/var/www/html
|
||||
|
|
@ -65,7 +65,7 @@ services:
|
|||
# =========== SSL
|
||||
|
||||
reverse_proxy:
|
||||
image: docker.io/nginxproxy/nginx-proxy:alpine
|
||||
build: ./images/proxy
|
||||
restart: always
|
||||
labels:
|
||||
com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue