Disable php-fpm service
This commit is contained in:
parent
0f98d50b6e
commit
a5fa99e76c
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
# shellcheck shell=bash
|
||||
|
||||
# Disable php-fpm service as Mastodon doesn't use it
|
||||
touch /etc/services.d/php-fpm/down
|
||||
|
||||
mkdir -p \
|
||||
/app/www/tmp \
|
||||
/config/mastodon/public/system
|
||||
|
|
Loading…
Reference in a new issue