Skip to content

Commit 094967d

Browse files
committed
Fix php fpm version
1 parent bdb7a5b commit 094967d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/horust/services/fpm.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
command = "php-fpm81 -F"
1+
command = "php-fpm82 -F"
22
start-delay = "2s"
33
stdout = "STDOUT"
44
stderr = "STDERR"

0 commit comments

Comments
 (0)