Skip to content

Commit

Permalink
Added Drupal version env var
Browse files Browse the repository at this point in the history
  • Loading branch information
pprishchepa committed Jul 13, 2016
1 parent b19552e commit 202175a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.idea/
.docroot/
.mariadb/
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ db:
- ./mariadb:/var/lib/mysql
app:
image: wodby/drupal-php
environment:
DRUPAL_VERSION: 8
links:
- db
volumes:
Expand Down

0 comments on commit 202175a

Please sign in to comment.