mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 09:53:02 -04:00
7 lines
166 B
Plaintext
Executable File
7 lines
166 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
ABC_USER=$(id -nu ${PUID:-911})
|
|
|
|
exec \
|
|
s6-setuidgid ${ABC_USER} s6-log n30 s10000000 S30000000 T !"gzip -nq9" /config/logs/dockerd
|