chore(nextcloud): bump version 25.0.4

This commit is contained in:
Nicolas Meienberger 2023-02-27 18:57:26 +01:00
parent a5dd4aa0d2
commit a45a7768fc
2 changed files with 5 additions and 9 deletions

View File

@ -5,11 +5,9 @@
"exposable": true,
"port": 8083,
"id": "nextcloud",
"tipi_version": 8,
"version": "25.0.3-apache",
"categories": [
"data"
],
"tipi_version": 9,
"version": "25.0.4-apache",
"categories": ["data"],
"description": "Nextcloud is a self-hosted, open source, and fully-featured cloud storage solution for your personal files, office documents, and photos.",
"short_desc": "Productivity platform that keeps you in control",
"author": "Nextcloud GmbH",

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
nextcloud:
container_name: nextcloud
image: nextcloud:25.0.3-apache
image: nextcloud:25.0.4-apache
restart: unless-stopped
ports:
- ${APP_PORT}:80
@ -44,7 +44,7 @@ services:
traefik.http.middlewares.nextcloud.headers.customRequestHeaders.X-Forwarded-Proto: https
traefik.http.middlewares.nextcloud-https.redirectscheme.scheme: https
traefik.http.routers.nextcloud-http.middlewares: nextcloud-https@docker
db-nextcloud:
container_name: db-nextcloud
image: postgres:14.2
@ -79,5 +79,3 @@ services:
- redis-nextcloud
networks:
- tipi_main_network