Skip to content

Commit 521505a

Browse files
committed
feat: specify platform as linux/amd64 for dcd-mapping service in docker-compose
1 parent 796a6f0 commit 521505a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ services:
4949

5050
dcd-mapping:
5151
build: ../dcd_mapping
52+
platform: linux/amd64
5253
image: dcd-mapping:dev
5354
command: bash -c "uvicorn api.server_main:app --host 0.0.0.0 --port 8000 --reload"
5455
depends_on:

0 commit comments

Comments
 (0)