Skip to content

Commit

Permalink
Specifically request the platform we build our apiaxle-js image for
Browse files Browse the repository at this point in the history
  • Loading branch information
forevermatt committed Nov 13, 2024
1 parent 9350439 commit 2d52a83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ services:

api:
image: silintl/apiaxle-js:1.15.2
platform: linux/amd64
links:
- redis
ports:
Expand All @@ -133,6 +134,7 @@ services:

proxy:
image: silintl/apiaxle-js:1.15.2
platform: linux/amd64
links:
- api
- redis
Expand Down

0 comments on commit 2d52a83

Please sign in to comment.