Skip to content
Commits on Source (2)
...@@ -4,7 +4,7 @@ services: ...@@ -4,7 +4,7 @@ services:
code: code:
cap_add: cap_add:
- MKNOD - MKNOD
image: registry.hub.docker.com/collabora/code:23.05.3.1.1 image: registry.hub.docker.com/collabora/code:23.05.5.4.1
environment: environment:
aliasgroup1: https://nextcloud.shore.co.il:443 aliasgroup1: https://nextcloud.shore.co.il:443
dictionaries: en_GB en_US he_IL dictionaries: en_GB en_US he_IL
...@@ -100,7 +100,7 @@ services: ...@@ -100,7 +100,7 @@ services:
--user "$$NEXTCLOUD_ADMIN_USER:$$NEXTCLOUD_ADMIN_PASSWORD" --user "$$NEXTCLOUD_ADMIN_USER:$$NEXTCLOUD_ADMIN_PASSWORD"
http://localhost/ocs/v2.php/apps/serverinfo/api/v1/info http://localhost/ocs/v2.php/apps/serverinfo/api/v1/info
|| exit 1 || exit 1
image: registry.hub.docker.com/library/nextcloud:27.1.4-apache image: registry.hub.docker.com/library/nextcloud:28.0.0-apache
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www/html
......