Skip to content

Commit

Permalink
update pinpoint-php-aop version
Browse files Browse the repository at this point in the history
  • Loading branch information
eeliu committed Nov 21, 2023
1 parent cd561f6 commit 2766ea3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .devcontainer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ services:
hostname: dev-mysql
environment:
MYSQL_ROOT_PASSWORD: 'password'
ports:
- '3306:3306'
expose:
- '3306'
# ports:
# - '3306:3306'
# expose:
# - '3306'
volumes:
- ..:/workspace:cached

Expand All @@ -23,8 +23,8 @@ services:
labels:
- "name=redis"
- "mode=standalone"
ports:
- 6379:6379
# ports:
# - 6379:6379
volumes:
- ..:/workspace:cached
mongodb:
Expand All @@ -34,15 +34,15 @@ services:
# environment:
# MONGO_INITDB_ROOT_USERNAME: root
# MONGO_INITDB_ROOT_PASSWORD: password
ports:
- 27017:27017
# ports:
# - 27017:27017

httpbin:
image: kennethreitz/httpbin:latest
container_name: httpbin
hostname: httpbin
ports:
- 8999:80
# ports:
# - 8999:80
volumes:
- ..:/workspace:cached

Expand Down
2 changes: 1 addition & 1 deletion testapps/php.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM yiisoftware/yii2-php:7.4-fpm-nginx


RUN composer create-project --prefer-dist yiisoft/yii2-app-basic /app
RUN composer require pinpoint-apm/pinpoint-php-aop:dev-dev#6c53ce9
RUN composer require pinpoint-apm/pinpoint-php-aop:v2.1.0
RUN chown -R www-data:www-data /app
# Copy index.php
COPY testapps/PHP/index.php /app/web/index.php
Expand Down

0 comments on commit 2766ea3

Please sign in to comment.