Add user for docker to avoid root owned files

This commit is contained in:
Calum Lind 2024-07-08 21:45:05 +01:00
parent 28277f8d12
commit 8ec4806392
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ services:
- "8000:8000"
volumes:
- "${PWD}:/docs"
user: "${UID:-1000}:${GID:-1000}"