Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nextcloud
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
libre.sh
docker
nextcloud
Commits
a401862b
Verified
Commit
a401862b
authored
2 years ago
by
Hugo Renard
Browse files
Options
Downloads
Patches
Plain Diff
fix: overwrite php conf
parent
c56d62f4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1631
passed with stages
Stage: .pre
Stage: test
in 5 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
base/Dockerfile
+1
-1
1 addition, 1 deletion
base/Dockerfile
with
1 addition
and
1 deletion
base/Dockerfile
+
1
−
1
View file @
a401862b
...
@@ -13,7 +13,7 @@ ENV VISIO_URL=https://meet.liiib.re
...
@@ -13,7 +13,7 @@ ENV VISIO_URL=https://meet.liiib.re
RUN
apk add
--no-cache
patch jq
RUN
apk add
--no-cache
patch jq
COPY
redis.ini /usr/local/etc/php/conf.d/
COPY
redis.ini /usr/local/etc/php/conf.d/
COPY
opcache-recommended.ini /usr/local/etc/php/conf.d/opcache.ini
COPY
opcache-recommended.ini /usr/local/etc/php/conf.d/opcache.ini
COPY
workers.conf /usr/local/etc/php-fpm.d/workers.conf
COPY
workers.conf /usr/local/etc/php-fpm.d/
yy-
workers.conf
COPY
--chown=www-data:root ./runtime /runtime
COPY
--chown=www-data:root ./runtime /runtime
COPY
--chown=www-data:root config/* /usr/src/nextcloud/config/
COPY
--chown=www-data:root config/* /usr/src/nextcloud/config/
COPY
--from=apps --chown=www-data:root /apps/* /usr/src/nextcloud/apps/
COPY
--from=apps --chown=www-data:root /apps/* /usr/src/nextcloud/apps/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment