Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Docker for Drupal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
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
Composer
plugin
Docker for Drupal
Commits
8bfee9cf
There was a problem fetching the pipeline summary.
Commit
8bfee9cf
authored
7 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
#22
Properly set permissions
parent
94cab9c8
No related branches found
Branches containing commit
Tags
v3.1.2
Tags containing commit
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
src/Handler.php
+4
-0
4 additions, 0 deletions
src/Handler.php
with
5 additions
and
1 deletion
README.md
+
1
−
1
View file @
8bfee9cf
...
...
@@ -380,5 +380,5 @@ For more details we recommend the following links:
-
[
Documentation
](
https://docs.docker.com/compose
)
-
Docker4Drupal
-
[
Home
](
https://github.com/wodby/docker4drupal
)
-
[
Documentation
](
http://
docs.docker4drupal.org/en/latest
)
-
[
Documentation
](
http
s
://
wodby.com/stacks/drupal/docs/local
)
-
[
Wodby
](
https://wodby.com
)
This diff is collapsed.
Click to expand it.
src/Handler.php
+
4
−
0
View file @
8bfee9cf
...
...
@@ -194,6 +194,10 @@ class Handler {
$traefik
=
new
Traefik
(
$options
[
'projectname'
]);
$traefik
->
update
();
// Set permissions, see https://wodby.com/stacks/drupal/docs/local/permissions
exec
(
'setfacl -dR -m u:$(whoami):rwX -m u:82:rwX -m u:100:rX'
.
$projectRoot
);
exec
(
'setfacl -R -m u:$(whoami):rwX -m u:82:rwX -m u:100:rX'
.
$projectRoot
);
}
/**
...
...
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