Skip to content

Commit

Permalink
fix: update telemetry service details on compose.yml
Browse files Browse the repository at this point in the history
Some people are having issues trying to run BlueOS in development mode due to stale information about MajorTom service.
  • Loading branch information
voorloopnul authored and patrickelectric committed Dec 18, 2024
1 parent 4741378 commit c6e691d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/compose/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ services:
# - "27353:27353" # Bridget
# - "49153:49153" # Cockpit
cloud-telemetry:
image: public.ecr.aws/h4c9p1o0/blueos-cloud-agent-dev
image: public.ecr.aws/blueos/bcloud-agent
container_name: blueos-cloud-telemetry
privileged: true
restart: always
network_mode: host
pid: "host"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /run/udev:/run/udev
- /etc/resolv.conf:/etc/resolv.conf
- /etc/machine-id:/host/etc/machine-id # cloud-agent binds host content to /host
Expand Down

0 comments on commit c6e691d

Please sign in to comment.