Skip to content

Commit a5fa99e

Browse files
committed
Disable php-fpm service
1 parent 0f98d50 commit a5fa99e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

root/etc/cont-init.d/50-config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/with-contenv bash
22
# shellcheck shell=bash
33

4+
# Disable php-fpm service as Mastodon doesn't use it
5+
touch /etc/services.d/php-fpm/down
6+
47
mkdir -p \
58
/app/www/tmp \
69
/config/mastodon/public/system

0 commit comments

Comments
 (0)