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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shore
nextcloud-docker
Compare revisions
b2e5ed1c11b0ad83242fad1568013f5a484e2aca to ac8c88b31f9747ab5c9d29b03e23c4808a5dd856
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
ac8c88b31f9747ab5c9d29b03e23c4808a5dd856
Select Git revision
Branches
master
1 result
Swap
Target
shore/nextcloud-docker
Select target project
shore/nextcloud-docker
1 result
b2e5ed1c11b0ad83242fad1568013f5a484e2aca
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 Collabora CODE.
· 7eebecdf
nimrod
authored
2 months ago
7eebecdf
Update Nextcloud.
· ac8c88b3
nimrod
authored
2 months ago
ac8c88b3
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 @
ac8c88b3
...
...
@@ -3,7 +3,7 @@ services:
code
:
cap_add
:
-
MKNOD
image
:
registry.hub.docker.com/collabora/code:2
4
.04.
10.2
.1
image
:
registry.hub.docker.com/collabora/code:2
5
.04.
2.1
.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:31.0.
4
-apache
image
:
registry.hub.docker.com/library/nextcloud:31.0.
5
-apache
restart
:
always
volumes
:
-
nextcloud:/var/www/html
...
...
This diff is collapsed.
Click to expand it.