Skip to content

Commit

Permalink
Added volume for DB initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
pprishchepa committed Jul 14, 2016
1 parent 2f01f29 commit d05e9ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea/
docroot/
mariadb/
mariadb-init/
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ db:
MYSQL_PASSWORD: drupal
volumes:
- ./mariadb:/var/lib/mysql
# - ./mariadb-init:/docker-entrypoint-initdb.d
app:
image: wodby/drupal-php
environment:
DRUPAL_VERSION: 8
DRUPAL_VERSION: 8 # Allowed 7, 8
links:
- db
volumes:
Expand Down

0 comments on commit d05e9ac

Please sign in to comment.