Skip to content

Commit

Permalink
allow lf-app to run on ARM for Apple Silicon (#1674)
Browse files Browse the repository at this point in the history
Now that base-php is available for arm64 and amd64, we can remove the platform=linux/amd64 requirement for the lf-app and e2e app.
  • Loading branch information
megahirt authored Jan 6, 2023
1 parent 630a956 commit 073658c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ services:
- ENVIRONMENT=development
image: lf-app
container_name: lf-app
platform: linux/amd64
depends_on:
- db
- mail
Expand Down Expand Up @@ -243,7 +242,6 @@ services:
- ENVIRONMENT=development
image: lf-e2e-app
container_name: e2e-app
platform: linux/amd64
depends_on:
- db
- mail
Expand Down

0 comments on commit 073658c

Please sign in to comment.