Skip to content

Commit

Permalink
Set DRUSH_OPTIONS_URI in Drupal container (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
xurizaemon authored Nov 6, 2024
1 parent 8b9e384 commit 645ed72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/docker-compose/docker-compose.drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
DRUPAL_DEFAULT_FCREPO_URL: http://${DOMAIN}:8081/fcrepo/rest/
DRUPAL_DEFAULT_SITE_URL: ${DOMAIN}
DRUPAL_DEFAULT_PROFILE: ${DRUPAL_INSTALL_PROFILE}
DRUSH_OPTIONS_URI: ${DOMAIN}
PHP_MEMORY_LIMIT: ${PHP_MEMORY_LIMIT}
PHP_POST_MAX_SIZE: ${PHP_POST_MAX_SIZE}
PHP_UPLOAD_MAX_FILESIZE: ${PHP_UPLOAD_MAX_FILESIZE}
Expand Down

0 comments on commit 645ed72

Please sign in to comment.