Skip to content

Commit

Permalink
Testing permissions and uid/gid.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Aug 19, 2024
1 parent 1ce1308 commit 77e1673
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ services:
- "5000:5000"
depends_on:
- broker
user:
"${USER_ID}":"${GROUP_ID}"
user: ${USER_ID}:${GROUP_ID}
volumes:
- ./data:/home/wis2downloader/app/data/downloads:rw

0 comments on commit 77e1673

Please sign in to comment.