Use drupal 9 / wisski 3 by default

This commit is contained in:
Tom Wiesing 2021-12-06 11:50:47 +01:00
parent 279d683c3b
commit 760e41b415
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
3 changed files with 22 additions and 7 deletions

View file

@ -99,7 +99,7 @@ docker-compose run --rm barrel /bin/bash -c "sudo PATH=\$PATH -u www-data /bin/b
\"${MYSQL_DATABASE}\" \"${MYSQL_USER}\" \"${MYSQL_PASSWORD}\" \
\"${GRAPHDB_REPO}\" \"${GRAPHDB_USER}\" \"${GRAPHDB_PASSWORD}\" \
\"${DRUPAL_USER}\" \"${DRUPAL_PASS}\" \
\"${USE_DRUPAL_9}\""
\"${USE_DRUPAL_8}\""
log_info " => Starting container"