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 0f98d50 commit a5fa99eCopy full SHA for a5fa99e
1 file changed
root/etc/cont-init.d/50-config
@@ -1,6 +1,9 @@
1
#!/usr/bin/with-contenv bash
2
# shellcheck shell=bash
3
4
+# Disable php-fpm service as Mastodon doesn't use it
5
+touch /etc/services.d/php-fpm/down
6
+
7
mkdir -p \
8
/app/www/tmp \
9
/config/mastodon/public/system
0 commit comments