Skip to content

Commit

Permalink
Add extra hosts for group-0 to group-5 for new tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
finnlewis committed Apr 4, 2024
1 parent a659fba commit c580cc4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ services:
- "group-b1.drupal:127.0.0.1"
- "group-b2.drupal:127.0.0.1"
- "group-b3.drupal:127.0.0.1"
- "group-0.drupal:127.0.0.1"
- "group-1.drupal:127.0.0.1"
- "group-2.drupal:127.0.0.1"
- "group-3.drupal:127.0.0.1"
- "group-4.drupal:127.0.0.1"
- "group-5.drupal:127.0.0.1"
volumes:
- ./html:/var/www/html

Expand Down

0 comments on commit c580cc4

Please sign in to comment.