beets: run as non-root
This commit is contained in:
parent
81f17e11dd
commit
be215b6bb3
@ -154,9 +154,8 @@ services:
|
|||||||
beets:
|
beets:
|
||||||
image: lscr.io/linuxserver/beets:2.2.0
|
image: lscr.io/linuxserver/beets:2.2.0
|
||||||
container_name: beets
|
container_name: beets
|
||||||
|
user: 1000:100
|
||||||
environment:
|
environment:
|
||||||
- PUID=${PUID}
|
|
||||||
- PGID=${PGID}
|
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
volumes:
|
volumes:
|
||||||
- "${DOCKER_STORAGE_PATH}/beets:/config"
|
- "${DOCKER_STORAGE_PATH}/beets:/config"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user