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:
|
services:
|
||||||
# ============ NextCloud
|
# ============ NextCloud
|
||||||
nextcloud:
|
nextcloud:
|
||||||
image: nextcloud:25.0-fpm
|
image: nextcloud:26.0-fpm
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- nc-data:/var/www/html
|
- nc-data:/var/www/html
|
||||||
|
|
@ -37,7 +37,7 @@ services:
|
||||||
- redis
|
- redis
|
||||||
|
|
||||||
nextcloud-janitor:
|
nextcloud-janitor:
|
||||||
image: nextcloud:25.0-fpm
|
image: nextcloud:26.0-fpm
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- nc-data:/var/www/html
|
- nc-data:/var/www/html
|
||||||
|
|
@ -65,7 +65,7 @@ services:
|
||||||
# =========== SSL
|
# =========== SSL
|
||||||
|
|
||||||
reverse_proxy:
|
reverse_proxy:
|
||||||
image: docker.io/nginxproxy/nginx-proxy:alpine
|
build: ./images/proxy
|
||||||
restart: always
|
restart: always
|
||||||
labels:
|
labels:
|
||||||
com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true"
|
com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue