Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
avdb13 committed Feb 14, 2024
1 parent 96e5eda commit 26bfd4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: just dotenv

- name: Set environment variable
run: export DOCKER_USER="$(id -u):$(id -g)"
run: echo "DOCKER_USER='$(id -u):$(id -g)'" >> .env

- name: Use Test Homeserver
run: |
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:

synapse:
image: 'ghcr.io/element-hq/synapse:v1.100.0'
user: '${DOCKER_USER:-1000:1000}'
user: '${DOCKER_USER}'
ports:
- '8008:8008'
- '8448:8448'
Expand Down

0 comments on commit 26bfd4e

Please sign in to comment.