Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nextcloud-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shore
nextcloud-docker
Compare revisions
3bea7d14090f77d8027f868bbf2ce54ea5f99f54 to c2787bdc49e49ffc5aa0cd1ca8007e223f2c4e99
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
shore/nextcloud-docker
Select target project
No results found
c2787bdc49e49ffc5aa0cd1ca8007e223f2c4e99
Select Git revision
Branches
master
1 result
Swap
Target
shore/nextcloud-docker
Select target project
shore/nextcloud-docker
1 result
3bea7d14090f77d8027f868bbf2ce54ea5f99f54
Select Git revision
Branches
master
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Update CODE.
· 6b85e683
nimrod
authored
6 months ago
6b85e683
Update Nextcloud.
· c2787bdc
nimrod
authored
6 months ago
c2787bdc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+2
-2
2 additions, 2 deletions
docker-compose.yml
with
2 additions
and
2 deletions
docker-compose.yml
View file @
c2787bdc
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.