Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker
drupal
drush
Commits
e0522ba5
Commit
e0522ba5
authored
Apr 13, 2018
by
David Danier
Browse files
Update README.md
parent
f9175434
Pipeline
#10831
passed with stage
in 4 minutes and 41 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e0522ba5
...
...
@@ -24,13 +24,13 @@ services:
image
:
docker.team23.de/docker/php-fpm:7.2
volumes
:
# Add project as volume, too. So CLI scripts can be used…
-
./:/app/:cached
-
.
./:/app/:cached
web
:
image
:
docker.team23.de/docker/apache:2.4-php
volumes
:
# Provide project path as /app. /app/web must exist, this means
# you mast have web/ inside your project.
-
./:/app/:cached
-
.
./:/app/:cached
depends_on
:
-
php
ports
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment