https://docs.docker.jp/compose/compose-file/compose-versioning.html
macやwindows、linuxのOSによって、同一のdockerを構築しても、動かない場合がある。
・linuxで「host.docker.internal
」が使用できない場合がある
https://stackoverflow.com/questions/48546124/what-is-linux-equivalent-of-host-docker-internal
・コンテナ間の通信でループバックの設定がうまくいかないとき
コンテナ→apiGatewayへの通信がうまくいかないとき、「–host 0.0.0.0」を使用する
https://docs.aws.amazon.com/ja_jp/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-local-start-api.html