Compare commits

..

2 Commits

Author SHA1 Message Date
root
b4e53d0523 sev user limit to 1000 2022-12-29 23:15:22 +01:00
root
9a829d0ffb update nextcloud 24.0.8 2022-12-29 23:14:54 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ networks:
services:
nextcloud-app:
image: nextcloud-cron:23.0.12
image: nextcloud-cron:24.0.8
build: .
container_name: nextcloud-app
restart: unless-stopped
@ -76,7 +76,7 @@ services:
onlyoffice:
container_name: onlyoffice
image: onlyoffice_unlimited:7.2.1-9_forcesave
image: onlyoffice_1000:7.2.2_forcesave
restart: unless-stopped
extra_hosts :
cloud.oasis21.org : 172.16.7.10

View File

@ -1,4 +1,4 @@
FROM nextcloud:23.0.12-apache
FROM nextcloud:24.0.8-apache
ARG VERSION