+ profiler things
* fix custom node version install in workspace
This commit is contained in:
@ -14,7 +14,7 @@ services:
|
||||
- "443:443"
|
||||
expose:
|
||||
- 80
|
||||
php-fpm:
|
||||
php:
|
||||
build:
|
||||
context: ./dockerfiles/php-fpm
|
||||
args:
|
||||
@ -27,6 +27,7 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- ${PROJECTS_DIR}:/usr/share/nginx/html
|
||||
- ./data/profiler:/tmp
|
||||
expose:
|
||||
- 9000
|
||||
workspace:
|
||||
|
Reference in New Issue
Block a user