diff --git a/examples/php/php-fpm/docker-compose.yml b/examples/php/php-fpm/docker-compose.yml index 1718431c70..3720749e06 100644 --- a/examples/php/php-fpm/docker-compose.yml +++ b/examples/php/php-fpm/docker-compose.yml @@ -20,7 +20,7 @@ services: build: context: . dockerfile: client-cgi/Dockerfile - command: cgi-fcgi -bind -connect pyroscope_php-fpm:9000 + command: cgi-fcgi -bind -connect php:9000 depends_on: - php environment: