mirror of
https://github.com/linuxserver/docker-babybuddy.git
synced 2026-01-17 10:31:49 +08:00
8 lines
158 B
Plaintext
Executable File
8 lines
158 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
# Disable php-fpm service
|
|
rm -rf /etc/s6-overlay/s6-rc.d/user/contents.d/svc-php-fpm
|
|
|
|
exec /docker-mods
|