Skip to content

Commit

Permalink
Merge pull request #615 from humanmade/backport-610-to-v16-branch
Browse files Browse the repository at this point in the history
[Backport v16-branch] Fix updated links behaviour in latest docker compose
  • Loading branch information
roborourke authored Aug 3, 2023
2 parents f44d1ca + 0643330 commit 298f6bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/composer/class-docker-compose-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ protected function get_php_reusable() : array {
],
'image' => $image,
'links' => [
'db',
'db:db-read-replica',
's3',
's3:s3.localhost',
],
'external_links' => [
Expand Down

0 comments on commit 298f6bb

Please sign in to comment.