mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +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"
|
- "8000:8000"
|
||||||
volumes:
|
volumes:
|
||||||
- "${PWD}:/docs"
|
- "${PWD}:/docs"
|
||||||
|
user: "${UID:-1000}:${GID:-1000}"
|
Loading…
Add table
Add a link
Reference in a new issue