mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
9 lines
174 B
YAML
9 lines
174 B
YAML
|
services:
|
||
|
php:
|
||
|
build:
|
||
|
context: .
|
||
|
args:
|
||
|
PHP_IMAGE_TAG: ${PHP_IMAGE_TAG:-8.1}
|
||
|
volumes:
|
||
|
- "./:/opt/test"
|