Skip to content

Commit

Permalink
Merge pull request #2 from pressbooks/fix/allow-arm64-images
Browse files Browse the repository at this point in the history
fix: allow for arm64 images
  • Loading branch information
SteelWagstaff committed Jan 12, 2024
2 parents 9803105 + 8f5e73f commit 233f395
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env_file:
- config_services/.env
services:
database:
type: mariadb:10.5
type: mariadb:10.5.23
portforward: 32777
redis:
type: redis:5.0
Expand All @@ -32,11 +32,12 @@ services:
- scripts/pressbooks_required_libraries.sh
build:
- composer install
- cd web/app/plugins/pressbooks-network-catalog && composer install
mailhog:
hogfrom:
- appserver
type: mailhog
overrides:
image: anatomicjc/mailhog:1.0.1
portforward: 8025
tooling:
php:
Expand Down

0 comments on commit 233f395

Please sign in to comment.