1
0
Fork 0
mirror of synced 2025-04-12 21:40:56 +00:00
atol-online-client/docker-compose.yml
2024-01-27 19:36:37 +03:00

11 lines
191 B
YAML

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