Skip to content

Commit

Permalink
Merge pull request #296 from erik73/fix-php
Browse files Browse the repository at this point in the history
Fix php again
  • Loading branch information
erik73 authored May 23, 2024
2 parents 4ce1df8 + 1faa7fd commit 2affdf6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion mail/rootfs/etc/services.d/php-fpm/run
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ password=$(bashio::services "mysql" "password")
port=$(bashio::services "mysql" "port")
username=$(bashio::services "mysql" "username")

exec php-fpm81 --nodaemonize
exec php-fpm82 --nodaemonize

0 comments on commit 2affdf6

Please sign in to comment.