about summary refs log tree commit diff
path: root/docker_entrypoint.sh
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2018-01-11 04:25:26 -0600
committerGitHub <noreply@github.com>2018-01-11 04:25:26 -0600
commit8c08c852bcbea32efbd070600c2c13ba6585e6e2 (patch)
tree78fcc89c2271cc88eed0393d43019d19659f34c4 /docker_entrypoint.sh
parent26f054253c5071d6d56d85f6bc185ae1fc677649 (diff)
parentf13ebd02c91776ddb88b5178bf9015c6e0f1ca80 (diff)
Merge pull request #320 from glitch-soc/dockerfile-stack-space
dockerfile: Give more stack space to /sbin/tini
Diffstat (limited to 'docker_entrypoint.sh')
-rw-r--r--docker_entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker_entrypoint.sh b/docker_entrypoint.sh
index e92959c8e..1af5dde64 100644
--- a/docker_entrypoint.sh
+++ b/docker_entrypoint.sh
@@ -11,4 +11,4 @@ echo "Updating permissions..."
 find /mastodon -path /mastodon/public/system -prune -o -not -user mastodon -not -group mastodon -print0 | xargs -0 chown -f mastodon:mastodon
 
 echo "Executing process..."
-exec su-exec mastodon:mastodon /sbin/tini -- "$@"
+LD_PRELOAD=/lib/stack-fix.so exec su-exec mastodon:mastodon /sbin/tini -- "$@"