We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac6ed4 commit b80350cCopy full SHA for b80350c
root/etc/s6-overlay/s6-rc.d/svc-api/run
@@ -2,4 +2,4 @@
2
# shellcheck shell=bash
3
4
exec s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 5000" \
5
- cd /app gunicorn api:api -b 0.0.0.0:5000 -w 4 --timeout 15
+ cd /app s6-setuidgid abc gunicorn api:api -b 0.0.0.0:5000 -w 4 --timeout 15 --log-level warning
root/etc/s6-overlay/s6-rc.d/svc-updater/run
- cd /app python -u /app/updater.py
+ cd /app s6-setuidgid abc python -u /app/updater.py
0 commit comments