1
0
mirror of synced 2024-11-21 12:46:01 +03:00
atol-online-client/docker-compose.yml
2024-01-27 19:36:37 +03:00

12 lines
191 B
YAML

version: '3.4'
services:
php:
build:
context: .
args:
PHP_IMAGE_TAG: ${PHP_IMAGE_TAG:-7.4}
volumes:
- "./:/opt/test"