Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
Loading items

Target

Select target project
  • shore/nextcloud-docker
1 result
Select Git revision
Loading items
Show changes
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:24.04.6.2.1 image: registry.hub.docker.com/collabora/code:24.04.10.2.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
...@@ -102,7 +102,7 @@ services: ...@@ -102,7 +102,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:30.0.2-apache image: registry.hub.docker.com/library/nextcloud:30.0.3-apache
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html - nextcloud:/var/www/html
......