issues
search
Coffee-Street
/
strada
api server
MIT License
2
stars
2
forks
source link
intel to arm migration
#84
Closed
whdqhdqkr
closed
2 years ago
whdqhdqkr
commented
2 years ago
What this PR does / why we need it:
intel에서 arm으로 이전하면서 추가로 더 필요한 것들이 생김
크게 영향은 없지만 docker compose에서 service에 platform을 꼭 넣어주어야 해서 추가하게 됨
https://unluckyjung.github.io/develop-setting/2021/03/27/M1-Docker-Mysql-Error/
https://docs.docker.com/compose/compose-file/compose-file-v2/#platform
Which issue/s this PR fixes
How Has This Been Tested?
arm chipset에서 docker compose up -d 실행 후 Build 성공
intel chipset에서 docker compose up -d 실행 후 Build 성공
Checklist:
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
[ ] I have added tests to cover my changes.
[ ] All new and existing tests passed.
What this PR does / why we need it:
Which issue/s this PR fixes
How Has This Been Tested?
Checklist: