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

Use the host's user.

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