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
|
#!/usr/bin/with-contenv bash
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
|
# Disable php-fpm service as Mastodon doesn't use it
|
||||||
|
touch /etc/services.d/php-fpm/down
|
||||||
|
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
/app/www/tmp \
|
/app/www/tmp \
|
||||||
/config/mastodon/public/system
|
/config/mastodon/public/system
|
||||||
|
|
Loading…
Reference in a new issue