Skip to content

Commit 763b877

Browse files
committed
Remove COMPOSER_VERSION
1 parent d2c4f4f commit 763b877

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

templates/drupal-10/docker-compose.server.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ services:
1717
environment:
1818
- PHP_MAX_EXECUTION_TIME=30
1919
- PHP_MEMORY_LIMIT=128M
20-
- COMPOSER_VERSION=2
2120
# Let drush know the site uri (makes using --uri redundant)
2221
- DRUSH_OPTIONS_URI=https://${COMPOSE_SERVER_DOMAIN}
2322
depends_on:

templates/drupal-9/docker-compose.server.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ services:
1717
environment:
1818
- PHP_MAX_EXECUTION_TIME=30
1919
- PHP_MEMORY_LIMIT=128M
20-
- COMPOSER_VERSION=2
2120
# Let drush know the site uri (makes using --uri redundant)
2221
- DRUSH_OPTIONS_URI=https://${COMPOSE_SERVER_DOMAIN}
2322
depends_on:

0 commit comments

Comments
 (0)