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
  • master
1 result

Target

Select target project
  • shore/nextcloud-docker
1 result
Select Git revision
  • master
1 result
Show changes
Commits on Source (2)
......@@ -4,7 +4,7 @@ services:
code:
cap_add:
- 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:
aliasgroup1: https://nextcloud.shore.co.il:443
dictionaries: en_GB en_US he_IL
......@@ -102,7 +102,7 @@ services:
--user "$$NEXTCLOUD_ADMIN_USER:$$NEXTCLOUD_ADMIN_PASSWORD"
http://localhost/ocs/v2.php/apps/serverinfo/api/v1/info
|| 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
volumes:
- nextcloud:/var/www/html
......