Skip to content

Commit

Permalink
fix(security): bind mount /etc/machine-id
Browse files Browse the repository at this point in the history
  • Loading branch information
schaubl committed Sep 27, 2024
1 parent a3ed9eb commit 2b34cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ services:
- SECURITY_SCAN_INTERVAL=${SECURITY_SCAN_INTERVAL:-1800}
volumes:
- nuvlaedge-data:/var/lib/nuvlaedge
- /etc/machine-id:/rootfs/etc/machine-id:ro
depends_on:
- agent

0 comments on commit 2b34cfc

Please sign in to comment.