Skip to content

Commit

Permalink
fix: provide a platform flag for the backend when using docker compose
Browse files Browse the repository at this point in the history
Adding a platform flag in compose file for Apple Silicon users to run
when building and running docker container.
  • Loading branch information
ATNoblis committed Sep 9, 2024
1 parent 0ba266c commit a032e7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
ports:
- 54321:5432
api:
platform: "linux/amd64"
depends_on:
- postgre
build: ./backend
Expand Down

0 comments on commit a032e7a

Please sign in to comment.