mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-13 13:42:57 +00:00

* add execute permission to s6 scripts * update s6 base image to 3.20 * Update aarch64 docker image --------- Co-authored-by: Ryan Winter <ryanwinter@outlook.com>
3 lines
117 B
Plaintext
Executable File
3 lines
117 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
exec s6-setuidgid abc filebrowser -c /config/settings.json -d /database/filebrowser.db; |