Skip to content
Snippets Groups Projects
Commit 09be01d2 authored by nimrod's avatar nimrod
Browse files

Use the host's user.

parent b3e28606
No related branches found
No related tags found
No related merge requests found
Pipeline #907 passed with warnings
......@@ -5,8 +5,10 @@ services:
build:
context: ./
restart: on-failure
user: '1000' # My (Nimrod) uid on the Kodi host.
user: nimrod
volumes:
- /etc/group:/etc/group:ro
- /etc/passwd:/etc/passwd:ro
- /srv/library/nimrod/Podcasts:/poquita/Podcasts
- poquita:/poquita/db
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment