airsports-no / airsportslivetracking

Air Sports Live Tracking
GNU Affero General Public License v3.0
2 stars 2 forks source link

fix(docker-compose.yml) Set traccar variant to be Ubuntu based for multiarch purpose #9

Closed ygini closed 5 months ago

ygini commented 7 months ago

With the spread of ARM architecture via Apple Silicon on Mac, it's more and more common to have developers needing multi-architecture docker images.

The default traccar image is an Alpine one only providing AMD64 variant.

This update to the docker-compose set the traccar image variant to be ubuntu, which is a multi-arch image.