Skip to content

Commit

Permalink
debug cert permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Sep 9, 2024
1 parent a8548f7 commit 1e5f345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ jobs:
- name: Start demo
run: |
export UID=${UID}
export GID=${GID}
export DOCKER_USER="${UID}:${GID}"
just start -d
timeout 10 docker compose logs -f -n 100 ||:
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ services:
dockerfile: Dockerfile
context: .
restart: always
# user: "${DOCKER_USER}"
user: "${UID}:${GID}"
user: "${DOCKER_USER:-tedge:tedge}"
secrets:
- source: certificate_private_key
mode: 0644
Expand Down

0 comments on commit 1e5f345

Please sign in to comment.