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

12 lines
191 B
YAML
Raw Permalink Normal View History

2024-01-27 19:36:37 +03:00
version: '3.4'
services:
php:
build:
context: .
args:
PHP_IMAGE_TAG: ${PHP_IMAGE_TAG:-7.4}
volumes:
- "./:/opt/test"