mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
Add user for docker to avoid root owned files
This commit is contained in:
parent
28277f8d12
commit
8ec4806392
1 changed files with 1 additions and 0 deletions
|
@ -7,3 +7,4 @@ services:
|
|||
- "8000:8000"
|
||||
volumes:
|
||||
- "${PWD}:/docs"
|
||||
user: "${UID:-1000}:${GID:-1000}"
|
Loading…
Add table
Reference in a new issue