Compare commits

..

No commits in common. "b4e53d0523b6bef661a1f6b76226870e6705f1cd" and "791bfa1a59715bbddb18869732b20c1957aedda9" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

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

View File

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