Skip to content

Commit

Permalink
use full file permissions on secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Sep 9, 2024
1 parent 5ab008d commit e319820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ services:
restart: always
secrets:
- source: certificate_private_key
mode: 600
mode: 0600
uid: tedge
gid: tedge
- source: certificate_public_key
mode: 644
mode: 0644
uid: tedge
gid: tedge
environment:
Expand Down

0 comments on commit e319820

Please sign in to comment.