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
0cf570e7
Commit
0cf570e7
authored
3 months ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Configure safe git directories to allow package manager in Drupal
parent
290ff214
No related branches found
No related tags found
1 merge request
!124
Merging develop into main
Pipeline
#1389992
passed
3 months ago
Stage: build
Stage: validate
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ahoy.yml
+4
-1
4 additions, 1 deletion
ahoy.yml
with
4 additions
and
1 deletion
ahoy.yml
+
4
−
1
View file @
0cf570e7
...
...
@@ -10,7 +10,10 @@ commands:
cmd
:
docker compose build "$@"
usage
:
Run docker compose build
up
:
cmd
:
docker compose up -d --remove-orphans "$@"
cmd
:
|
docker compose up -d --remove-orphans "$@"
docker compose -u www-data php git config --global --add safe.directory /var/www/html
docker compose -u www-data php git config --global --add safe.directory /var/www/html/web
usage
:
Run docker compose up
down
:
cmd
:
docker compose down "$@"
...
...
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