mirror of
https://github.com/linuxserver/docker-bazarr.git
synced 2025-06-27 17:01:14 -04:00
5 lines
115 B
Text
5 lines
115 B
Text
#!/usr/bin/with-contenv bash
|
|
|
|
exec \
|
|
s6-setuidgid abc python /app/bazarr/bazarr.py \
|
|
--no-update --config /config
|