container name fix

This commit is contained in:
2025-11-29 11:28:25 +09:00
parent c11c05b3ea
commit a63e08327e
3 changed files with 13 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ server {
error_page 404 /index.php;
location ~ \.php$ {
fastcgi_pass php:9000;
fastcgi_pass kb_php:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
include fastcgi_params;